python3 - 2to3 + miscell obvious tweaks
[sfa.git] / keyconvert / keyconvert.py
index 143a8c8..2effcb6 100755 (executable)
@@ -108,7 +108,7 @@ def convert(fin, fout):
 
 if __name__ == "__main__":
     if len(sys.argv) != 3:
-        print "Usage: %s <input-file> <output-file>"
+        print("Usage: %s <input-file> <output-file>")
         sys.exit(1)
 
     fin = sys.argv[1]