BIND 10 trac1924, updated. c51846715ab031b8de7a988f779cc41ccbcf6ff0 [1924] Fix syntax error

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Feb 8 15:34:09 UTC 2013


The branch, trac1924 has been updated
       via  c51846715ab031b8de7a988f779cc41ccbcf6ff0 (commit)
      from  57c90f7a929c38440118c0e10e4dd19827fd371c (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 c51846715ab031b8de7a988f779cc41ccbcf6ff0
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Fri Feb 8 12:34:52 2013 +0100

    [1924] Fix syntax error
    
    Forgotten in previous commit

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

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

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



More information about the bind10-changes mailing list