We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://chrisyeh96.github.io/2017/08/08/definitive-guide-python-imports.html Therefore, statements like:
from logger import LOGGER
lead to ImportError when using Python 3, that can be troublesome for many people
ImportError
The text was updated successfully, but these errors were encountered:
Yeah I am pretty sure that not's the only thing. I haven't listed on purpose python3 support in the setup.py classifiers https://github.com/astrikos/wetransfer-python-sdk/blob/master/setup.py#L35-L44 It's on my TODO list though, I am also not happy about it.
setup.py
Sorry, something went wrong.
No branches or pull requests
https://chrisyeh96.github.io/2017/08/08/definitive-guide-python-imports.html
Therefore, statements like:
lead to
ImportError
when using Python 3, that can be troublesome for many peopleThe text was updated successfully, but these errors were encountered: