Closed laroque closed 11 years ago
python2 print function is clunky, use: from future import print_function to get better usage and python3 compatibility
Imports are in all non-depricated source files. Usage still mostly follows python2 but that's okay.
python2 print function is clunky, use: from future import print_function to get better usage and python3 compatibility