snegovick / bcam

CAM system for hobbyists and shapeokers
GNU General Public License v3.0
22 stars 4 forks source link

Switch print statements to print function. #134

Closed randyheydon closed 9 years ago

randyheydon commented 9 years ago

All modules gained the print_function future import, and the few print statements were replaced with equivalent calls to the function. A number of commented-out print statements were removed; uncommenting them would have resulted in an error, but commented code should generally not be left in anyways. If those commented-out lines were being used for debugging, I would instead suggest replacing them with the logging module.