BIND 10 trac1924, updated. 4a2220ee8ef3586b5b1b21f58111cc585f069d98 [1924] replace suffix cpp with cc

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Feb 8 17:37:02 UTC 2013


The branch, trac1924 has been updated
       via  4a2220ee8ef3586b5b1b21f58111cc585f069d98 (commit)
      from  c51846715ab031b8de7a988f779cc41ccbcf6ff0 (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 4a2220ee8ef3586b5b1b21f58111cc585f069d98
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Fri Feb 8 09:36:32 2013 -0800

    [1924] replace suffix cpp with cc
    
    assuming it was just overlooked, not intentional.

-----------------------------------------------------------------------

Summary of changes:
 src/lib/python/isc/util/pythonize_constants.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/util/pythonize_constants.py b/src/lib/python/isc/util/pythonize_constants.py
index 39acc01..cc6d9b2 100644
--- a/src/lib/python/isc/util/pythonize_constants.py
+++ b/src/lib/python/isc/util/pythonize_constants.py
@@ -28,7 +28,7 @@ import sys
 import re
 
 if len(sys.argv) != 3:
-    sys.stderr.write("Usage: python3 ./pythonize_constants.py input.cpp output.py\n")
+    sys.stderr.write("Usage: python3 ./pythonize_constants.py input.cc output.py\n")
     sys.exit(1)
 
 [filename_in, filename_out] = sys.argv[1:3]



More information about the bind10-changes mailing list