Code review comment for lp:~brian.curtin/ubuntuone-control-panel/updater-logging

Revision history for this message
dobey (dobey) wrote :

8 -from __future__ import print_function

We should leave these, even when not calling print(), so that if anyone does add a print call in the future, it will fail if the old print statement style is used. I'd also ask to use unicode_literals here, but I'm not sure if it will cause problems in this code or not.

« Back to merge proposal