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

Fixed regression introduced in #12 and added testcase for it. #13

Closed dainnilsson closed 10 years ago

dainnilsson commented 10 years ago

This fixes the issue with urlparse in Python 2.6 as introduced by #12.