Browse Source

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

JINMEI Tatuya 13 years ago
parent
commit
f3db2f5329
1 changed files with 1 additions and 1 deletions
  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])