Closed cjbayliss closed 5 years ago
This is just the print function, and uses from __future__ import print_function to work under python2.
from __future__ import print_function
I figure if I do one small step towards python3 every so often alloc-cli might just run with python3 before the deadline 😂
This is just the print function, and uses
from __future__ import print_function
to work under python2.I figure if I do one small step towards python3 every so often alloc-cli might just run with python3 before the deadline 😂