mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-14 11:15:09 +08:00
- Use `print()` function for all print calls - Fix strip and format calls that were on the outside of the print function for some reason. (Which were breaking in Python 3 because of print returning None.) - Remove commented out print calls.