BIND 10 trac2353, updated. 7f6ecb5e40c6acede82fb08a7d4c477030a48b99 [2353] style fix: folded a long line

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Nov 20 11:36:16 UTC 2012


The branch, trac2353 has been updated
       via  7f6ecb5e40c6acede82fb08a7d4c477030a48b99 (commit)
      from  f6c776bc4a3cea0eae628d1580ab10843be06dfe (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 7f6ecb5e40c6acede82fb08a7d4c477030a48b99
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Tue Nov 20 20:36:06 2012 +0900

    [2353] style fix: folded a long line

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

Summary of changes:
 src/bin/bind10/tests/bind10_test.py.in |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/bin/bind10/tests/bind10_test.py.in b/src/bin/bind10/tests/bind10_test.py.in
index 5af8348..890551f 100644
--- a/src/bin/bind10/tests/bind10_test.py.in
+++ b/src/bin/bind10/tests/bind10_test.py.in
@@ -765,7 +765,8 @@ class MockBobSimple(BoB):
         return MockProcessInfo(name, args, c_channel_env,
                                dev_null_stdout, dev_null_stderr)
 
-    def start_process(self, name, args, c_channel_env, port=None, address=None):
+    def start_process(self, name, args, c_channel_env, port=None,
+                      address=None):
         self.started_process_name = name
         self.started_process_args = args
         return None



More information about the bind10-changes mailing list