eXamadeus-zz/godaddypy

Doesn't work with Python3 due to unicode()

Closed this issue · 1 comments

Currently this doesn't work with python 3 because unicode() was remade to str() in python3. If you want to have it work with 2 and 3, check http://python-future.org/compatible_idioms.html#unicode

Thanks. I have updated those calls.