Parcourir la source

[master] used python3 version of print for reorder_message_file.py.
trivial, okayed on jabber.

JINMEI Tatuya il y a 13 ans
Parent
commit
f3db2f5329
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      tools/reorder_message_file.py

+ 1 - 1
tools/reorder_message_file.py

@@ -191,6 +191,6 @@ if __name__ == "__main__":
 
     # Read the files and load the data
     if len(sys.argv) != 2:
-        print "Usage: python reorder.py message_file"
+        print("Usage: python reorder.py message_file")
     else:
         process_file(sys.argv[1])