bdauvergne / python-oath

Python implementation of HOTP, TOTP and OCRA algorithms from OATH
BSD 3-Clause "New" or "Revised" License
128 stars 35 forks source link

PyPi version (1.2) import style is not python 3.4 compatible #22

Closed a-urth closed 9 years ago

a-urth commented 9 years ago

Here I see it is fixed - You use absolute import

from oath._totp import *

but PyPi version stiil has "old" import

from _totp import *

Is it possible to update it?

bdauvergne commented 9 years ago

Pushed version 1.4.0