Closed thoppe closed 9 years ago
Changed When I ran the example, it looked like the import was missing an s
import
from pyswagger.contrib.client.request import Client
into
from pyswagger.contrib.client.requests import Client
thanks.
Changed When I ran the example, it looked like the
import
was missing an sinto