mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-28 20:47:48 +00:00
[master] used python3 version of print for reorder_message_file.py.
trivial, okayed on jabber.
This commit is contained in:
parent
884644953f
commit
f3db2f5329
@ -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])
|
||||
|
Loading…
x
Reference in New Issue
Block a user