astrikos / wetransfer-python-sdk

:snake: A Python SDK for WeTransfer's Public API
GNU General Public License v3.0
3 stars 1 forks source link

Implicit relative imports are only supported in Python 2 #4

Open fservantwiremind opened 6 years ago

fservantwiremind commented 6 years ago

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 commented 6 years ago

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.