Closed twcook closed 9 years ago
Line 1412 (or so) in database.py looks for an instance of unicode. This doesn't exist in Python 3. I created a patch that checks sys.version. I submitted the pull request already. Apologies I didn't create a branch for this separate fix.
Thanks!
Line 1412 (or so) in database.py looks for an instance of unicode. This doesn't exist in Python 3. I created a patch that checks sys.version.
I submitted the pull request already. Apologies I didn't create a branch for this separate fix.