Closed tvuotila closed 7 years ago
In Python 3, implicit relative imports within packages are no longer available pep-0404
I have successfully used this fix with Python 3. I could have used explicit relative imports, but my personal preference is absolute imports.
Great, thanks @tvuotila! We haven't pushed a pypi release of this client in a while, I'll look into that now.
Release as v0.4.2 of the package.
In Python 3, implicit relative imports within packages are no longer available pep-0404
I have successfully used this fix with Python 3. I could have used explicit relative imports, but my personal preference is absolute imports.