Skip to content
New issue

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

Implicit relative imports are only supported in Python 2 #4

Open
fservantwiremind opened this issue Oct 1, 2018 · 1 comment
Open

Comments

@fservantwiremind
Copy link

fservantwiremind commented Oct 1, 2018

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

@astrikos
Copy link
Owner

astrikos commented Oct 1, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants