BIND 10 trac1643, updated. dad96d1c2aac267f2a11b9bdb7c83ce33c1a3f34 [1643] editorial: folded long lines
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Feb 24 20:10:28 UTC 2012
The branch, trac1643 has been updated
via dad96d1c2aac267f2a11b9bdb7c83ce33c1a3f34 (commit)
from 6b3f5f252791b1c4b92589deaa3810e5e1eb867f (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 dad96d1c2aac267f2a11b9bdb7c83ce33c1a3f34
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Feb 24 11:33:01 2012 -0800
[1643] editorial: folded long lines
-----------------------------------------------------------------------
Summary of changes:
src/bin/xfrout/tests/xfrout_test.py.in | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/xfrout/tests/xfrout_test.py.in b/src/bin/xfrout/tests/xfrout_test.py.in
index b4b7c33..b60535c 100644
--- a/src/bin/xfrout/tests/xfrout_test.py.in
+++ b/src/bin/xfrout/tests/xfrout_test.py.in
@@ -1162,12 +1162,14 @@ class TestUnixSockServer(unittest.TestCase):
"""
try:
# These are just so the keyring can be started
- self.unix._cc.add_remote_config_by_name = lambda name, callback: None
- self.unix._cc.get_remote_config_value = lambda module, name: ([], True)
+ self.unix._cc.add_remote_config_by_name = \
+ lambda name, callback: None
+ self.unix._cc.get_remote_config_value = \
+ lambda module, name: ([], True)
self.unix._cc.remove_remote_config = lambda name: None
isc.server_common.tsig_keyring.init_keyring(self.unix._cc)
- # These are not really interesting for the test. These are just handled
- # over, so strings are OK.
+ # These are not really interesting for the test. These are just
+ # handled over, so strings are OK.
self.unix._guess_remote = lambda sock: "Address"
self.unix._zone_config = "Zone config"
self.unix._acl = "acl"
More information about the bind10-changes
mailing list