File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1- from hexonet .apiconnector import Connection
2- from hexonet .apiconnector import Response
1+ from hexonet .apiconnector . connection import Connection
2+ from hexonet .apiconnector . response import Response
33
4- __version__ = '1.2.2 '
4+ __version__ = '1.2.3 '
55name = "hexonet.apiconnector"
66
77
Original file line number Diff line number Diff line change 11from six .moves .urllib import request
22from six .moves import urlparse
33import hexonet .apiconnector .util
4- from hexonet .apiconnector import Response
4+ from hexonet .apiconnector . response import Response
55
66"""
77APICONNECTOR Connection
Original file line number Diff line number Diff line change 11#! /bin/bash
2- python setup.py sdist bdist_wheel
2+ rm -rf build dist
3+ python setup.py sdist bdist_wheel
You can’t perform that action at this time.
0 commit comments