summaryrefslogtreecommitdiffstats
path: root/tools/reorder_message_file.py
diff options
context:
space:
mode:
authorJINMEI Tatuya <jinmei@isc.org>2011-12-15 20:03:17 +0100
committerJINMEI Tatuya <jinmei@isc.org>2011-12-15 20:03:17 +0100
commitf3db2f5329ae957c463e486d7fe4ab09aa0a30f0 (patch)
tree32e5661eb51243bc90424ae69c450f3260ff243c /tools/reorder_message_file.py
parent[master] fixed a trivial typo. too trivial, so I'm directly pushing it. (diff)
downloadkea-f3db2f5329ae957c463e486d7fe4ab09aa0a30f0.tar.xz
kea-f3db2f5329ae957c463e486d7fe4ab09aa0a30f0.zip
[master] used python3 version of print for reorder_message_file.py.
trivial, okayed on jabber.
Diffstat (limited to 'tools/reorder_message_file.py')
-rw-r--r--tools/reorder_message_file.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/reorder_message_file.py b/tools/reorder_message_file.py
index 31f4941131..2ba4d7c3e2 100644
--- a/tools/reorder_message_file.py
+++ b/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])