BIND 10 trac648, updated. 72de47d4fe6a2a65ac41efa998fe1b78a1616f1d Remove spurious "print" statement.

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Mar 16 09:59:32 UTC 2011


The branch, trac648 has been updated
       via  72de47d4fe6a2a65ac41efa998fe1b78a1616f1d (commit)
       via  2b0db8fee277900fdaf55cdf94c7365ead9f6f49 (commit)
      from  34e8602a378948478f3f7275743db47b6857fb5a (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 72de47d4fe6a2a65ac41efa998fe1b78a1616f1d
Author: Shane Kerr <shane at isc.org>
Date:   Wed Mar 16 10:59:11 2011 +0100

    Remove spurious "print" statement.

commit 2b0db8fee277900fdaf55cdf94c7365ead9f6f49
Author: Shane Kerr <shane at isc.org>
Date:   Tue Mar 15 17:12:14 2011 +0100

    Add/update copyright notices.

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

Summary of changes:
 src/bin/bind10/bind10.py.in         |    3 +--
 src/bin/bind10/tests/bind10_test.py |   15 +++++++++++++++
 2 files changed, 16 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/bind10/bind10.py.in b/src/bin/bind10/bind10.py.in
index 72b98e4..89ef090 100755
--- a/src/bin/bind10/bind10.py.in
+++ b/src/bin/bind10/bind10.py.in
@@ -1,6 +1,6 @@
 #!@PYTHON@
 
-# Copyright (C) 2010  Internet Systems Consortium.
+# Copyright (C) 2010,2011  Internet Systems Consortium.
 #
 # Permission to use, copy, modify, and distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
@@ -300,7 +300,6 @@ class BoB:
                 answer = isc.config.ccsession. \
                     create_answer(0, self.get_processes())
             else:
-                print("should be doing the unknown command thingy")
                 answer = isc.config.ccsession.create_answer(1,
                                                             "Unknown command")
         return answer
diff --git a/src/bin/bind10/tests/bind10_test.py b/src/bin/bind10/tests/bind10_test.py
index ec5c36c..c4e08da 100644
--- a/src/bin/bind10/tests/bind10_test.py
+++ b/src/bin/bind10/tests/bind10_test.py
@@ -1,3 +1,18 @@
+# Copyright (C) 2011  Internet Systems Consortium.
+#
+# Permission to use, copy, modify, and distribute this software for any
+# purpose with or without fee is hereby granted, provided that the above
+# copyright notice and this permission notice appear in all copies.
+#
+# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SYSTEMS CONSORTIUM
+# DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
+# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
+# INTERNET SYSTEMS CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,
+# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
+# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
+# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
+# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
 from bind10 import ProcessInfo, BoB
 
 # XXX: environment tests are currently disabled, due to the preprocessor




More information about the bind10-changes mailing list