mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-06 05:14:38 +08:00
54ddd1c109
- 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.