aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2013-11-14 16:11:01 +0000
committerBryn M. Reeves <bmr@redhat.com>2013-11-14 16:11:01 +0000
commit4ef079272a4c8d6e17f687a50a39de4241596cd1 (patch)
treef62f5f08e636af13b6c0a34983afa0e9704380b9 /.gitignore
parent6d867f95cca6f20b41684a3b96722f6f4f5d6e71 (diff)
downloadsos-4ef079272a4c8d6e17f687a50a39de4241596cd1.tar.gz
Replace print statements with six.print_() calls
Using the print statement as though it was a function leads to incorrect behaviour in a python2 runtime. E.g.: print() print( "Some examples:") print() Produces: () Some examples: () Instead replace use of the print keyword with a call to the six module's print_() function. Fixes Issue #219 Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions