]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1643] editorial: folded long lines
authorJINMEI Tatuya <jinmei@isc.org>
Fri, 24 Feb 2012 19:33:01 +0000 (11:33 -0800)
committerJINMEI Tatuya <jinmei@isc.org>
Fri, 24 Feb 2012 19:33:01 +0000 (11:33 -0800)
src/bin/xfrout/tests/xfrout_test.py.in

index b4b7c339399232364b53f32460a6ef0f5973b3f6..b60535c49b3fbfa90be1ec863985005be399222c 100644 (file)
@@ -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"