Skip to content

Commit

Permalink
import renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiSchwarz-cnic committed Jul 9, 2018
1 parent 5642b54 commit bd7dc80
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions hexonet/apiconnector/__init__.py
@@ -1,7 +1,7 @@
from hexonet.apiconnector import Connection
from hexonet.apiconnector import Response
from hexonet.apiconnector.connection import Connection
from hexonet.apiconnector.response import Response

__version__ = '1.2.2'
__version__ = '1.2.3'
name = "hexonet.apiconnector"


Expand Down
2 changes: 1 addition & 1 deletion hexonet/apiconnector/connection.py
@@ -1,7 +1,7 @@
from six.moves.urllib import request
from six.moves import urlparse
import hexonet.apiconnector.util
from hexonet.apiconnector import Response
from hexonet.apiconnector.response import Response

"""
APICONNECTOR Connection
Expand Down
3 changes: 2 additions & 1 deletion 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 comments on commit bd7dc80

Please sign in to comment.