Skip to content

Commit

Permalink
try import renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiSchwarz-cnic committed Jul 9, 2018
1 parent 2d98115 commit d3fa6ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hexonet/apiconnector/__init__.py
@@ -1,13 +1,13 @@
from apiconnector import Connection
from apiconnector import Response
from hexonet.apiconnector import Connection
from hexonet.apiconnector import Response

__version__ = '1.2.1'
name = "apiconnector"
name = "hexonet.apiconnector"


def connect(login=None, password=None, url=None, entity=None, user=None, role=None, config=None):
"""
Returns an instance of apiconnector.Connection
Returns an instance of hexonet.apiconnector.Connection
"""

if config is None:
Expand Down

0 comments on commit d3fa6ae

Please sign in to comment.