perone / stallion

Stallion - A Python Package Manager
Other
297 stars 26 forks source link

Python 3 compatibility tweaks #33

Closed msabramo closed 12 years ago

msabramo commented 12 years ago

These changes let the tests pass for Python 3:

__________________________________ [tox summary] ___________________________________
[TOX] py25: commands succeeded
[TOX] py26: commands succeeded
[TOX] py27: commands succeeded
[TOX] py32: commands succeeded
[TOX] pypy: commands succeeded
[TOX] congratulations :)

Stallion itself won't work with Python 3, because Flask doesn't yet, but it doesn't hurt to be ready for when it does...