]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] used python3 version of print for reorder_message_file.py.
authorJINMEI Tatuya <jinmei@isc.org>
Thu, 15 Dec 2011 19:03:17 +0000 (11:03 -0800)
committerJINMEI Tatuya <jinmei@isc.org>
Thu, 15 Dec 2011 19:03:17 +0000 (11:03 -0800)
trivial, okayed on jabber.

tools/reorder_message_file.py

index 31f49411315f694ca7f4f6c3796158638dc3b461..2ba4d7c3e20902105ad9d19f42e67d710c6e4a4b 100644 (file)
@@ -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])