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

__all__ is spelled incorrectly #6

Closed dholth closed 11 years ago

dholth commented 11 years ago

change ALL to a lowercased all

I'm seeing oath.hotp as a module but oath.totp as a function and this is probably part of the reason why.

I suggest you also rename all the inner .py files to _totp etc. so that there is no name collision.