srobo / nemesis

User management web interface
https://studentrobotics.org/userman/
1 stars 2 forks source link

Support Python 3 #6

Closed PeterJCLaw closed 4 years ago

PeterJCLaw commented 4 years ago

This adds support for Python 3 while also moving towards more explicit handling of unicode strings.

This still supports Python 2 for now.

I've not yet done any manual testing. Things we should manually test:

Fixes #5.

Depends on https://github.com/srobo/libnemesis/pull/3 and https://github.com/srobo/srusers/pull/1.