MIN: use print() instead of print

This commit is contained in:
François Boulogne
2013-06-12 21:16:23 +02:00
parent 5a041d2560
commit eb9de1d7eb
19 changed files with 89 additions and 90 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ def main():
import sys
if len(sys.argv) != 2:
print "Usage: skivi <image-file>"
print("Usage: skivi <image-file>")
sys.exit(-1)
io.use_plugin('qt')