2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-29 04:57:52 +00:00

[master] used python3 version of print for reorder_message_file.py.

trivial, okayed on jabber.
This commit is contained in:
JINMEI Tatuya 2011-12-15 11:03:17 -08:00
parent 884644953f
commit f3db2f5329

View File

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