]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1508] small style clenaups: folded long lines
authorJINMEI Tatuya <jinmei@isc.org>
Fri, 6 Jan 2012 22:03:33 +0000 (14:03 -0800)
committerJINMEI Tatuya <jinmei@isc.org>
Fri, 6 Jan 2012 22:03:33 +0000 (14:03 -0800)
src/lib/python/isc/bind10/tests/component_test.py

index 3782813a7afc6070302e59aa8ab418c9c1af7f21..95137a93e42260c522363eecdf111903f6e2c4e7 100644 (file)
@@ -633,8 +633,8 @@ class ComponentTests(BossUtils, unittest.TestCase):
         """
         Some tests around the SockCreator component.
         """
-        component = isc.bind10.special_component.SockCreator(None, self, 'needed',
-                                                             None)
+        component = isc.bind10.special_component.SockCreator(None, self,
+                                                             'needed', None)
         orig_setuid = isc.bind10.special_component.posix.setuid
         isc.bind10.special_component.posix.setuid = self.setuid
         orig_creator = \
@@ -650,8 +650,8 @@ class ComponentTests(BossUtils, unittest.TestCase):
         component.kill()
         component.kill(True)
         self.uid = 42
-        component = isc.bind10.special_component.SockCreator(None, self, 'needed',
-                                                             None)
+        component = isc.bind10.special_component.SockCreator(None, self,
+                                                             'needed', None)
         component.start()
         # This time, it get's called
         self.assertEqual(42, self.__uid_set)