BIND 10 master, updated. f3db2f5329ae957c463e486d7fe4ab09aa0a30f0 [master] used python3 version of print for reorder_message_file.py. trivial, okayed on jabber.
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Dec 15 19:03:40 UTC 2011
The branch, master has been updated
via f3db2f5329ae957c463e486d7fe4ab09aa0a30f0 (commit)
from 884644953f7c356cc53ca975a61502ef77d6dcbe (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f3db2f5329ae957c463e486d7fe4ab09aa0a30f0
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Dec 15 11:03:17 2011 -0800
[master] used python3 version of print for reorder_message_file.py.
trivial, okayed on jabber.
-----------------------------------------------------------------------
Summary of changes:
tools/reorder_message_file.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
diff --git a/tools/reorder_message_file.py b/tools/reorder_message_file.py
index 31f4941..2ba4d7c 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])
More information about the bind10-changes
mailing list