project8 / Pypeline

A python interface for the dripline slow control system.
Other
2 stars 0 forks source link

Use future prints #36

Closed laroque closed 11 years ago

laroque commented 11 years ago

python2 print function is clunky, use: from future import print_function to get better usage and python3 compatibility

laroque commented 11 years ago

Imports are in all non-depricated source files. Usage still mostly follows python2 but that's okay.