percy / python-percy-client

[Deprecated] Python client library for visual regression testing with Percy.
https://percy.io/docs/clients/python/selenium
MIT License
21 stars 24 forks source link

Use absolute imports #17

Closed tvuotila closed 7 years ago

tvuotila commented 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.

fotinakis commented 7 years ago

Great, thanks @tvuotila! We haven't pushed a pypi release of this client in a while, I'll look into that now.

fotinakis commented 7 years ago

Release as v0.4.2 of the package.