Updated python client.

* Rename `ResponseError` exception to `ApiException`
* Use `File.separatorChar` to build file path in
  PythonClientCodegen.java
* Rename `config.py` module to `configuration.py`
* Rename `swagger.py` module to `api_client.py`
This commit is contained in:
geekerzp
2015-06-02 18:14:46 +08:00
parent 51887c64b5
commit ab6f327f35
15 changed files with 35 additions and 37 deletions

View File

@@ -29,7 +29,7 @@ from six import iteritems
from ..util import remove_none
from .. import config
from ..api_client import ApiClient
{{#operations}}
class {{classname}}(object):