scp-fs2open / wxLauncher

wxLauncher
Other
26 stars 12 forks source link

Support python 2 and 3 without needing to install extra libraries. #140

Closed MageKing17 closed 8 years ago

MageKing17 commented 8 years ago

Making this code polymorphic without needing a transition library (like future or six) is fairly trivial, since it depends entirely on one import.

I just didn't feel like trading one dependency (future) for another (six) was particularly worthwhile when neither is necessary.

MageKing17 commented 8 years ago

(Accidentally named the branch with "bugfix/" prefix when it's not really fixing a bug, but oh well.)