Browse Source

[1643] editorial: folded long lines

JINMEI Tatuya 13 years ago
parent
commit
dad96d1c2a
1 changed files with 6 additions and 4 deletions
  1. 6 4
      src/bin/xfrout/tests/xfrout_test.py.in

+ 6 - 4
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"