cyberitsolutions / alloc-cli

A CLI that uses the alloc API
GNU Affero General Public License v3.0
1 stars 2 forks source link

from 2 -> 3: print to print() #15

Closed cjbayliss closed 5 years ago

cjbayliss commented 5 years ago

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 😂