We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5642b54 commit bd7dc80Copy full SHA for bd7dc80
3 files changed
hexonet/apiconnector/__init__.py
@@ -1,7 +1,7 @@
1
-from hexonet.apiconnector import Connection
2
-from hexonet.apiconnector import Response
+from hexonet.apiconnector.connection import Connection
+from hexonet.apiconnector.response import Response
3
4
-__version__ = '1.2.2'
+__version__ = '1.2.3'
5
name = "hexonet.apiconnector"
6
7
hexonet/apiconnector/connection.py
from six.moves.urllib import request
from six.moves import urlparse
import hexonet.apiconnector.util
"""
APICONNECTOR Connection
scripts/createdistribution.sh
@@ -1,2 +1,3 @@
#!/bin/bash
-python setup.py sdist bdist_wheel
+rm -rf build dist
+python setup.py sdist bdist_wheel
0 commit comments