From: Mukund Sivaraman Date: Mon, 19 Nov 2012 22:04:32 +0000 (+0530) Subject: [2353] Indent comment X-Git-Tag: bind10-1.0.0-beta-release~19^2~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a11abf30b29eda75f8680c8287b57db1abe612e8;p=thirdparty%2Fkea.git [2353] Indent comment --- diff --git a/src/bin/bind10/tests/bind10_test.py.in b/src/bin/bind10/tests/bind10_test.py.in index a111cbceb2..99e4abf5d0 100644 --- a/src/bin/bind10/tests/bind10_test.py.in +++ b/src/bin/bind10/tests/bind10_test.py.in @@ -1620,7 +1620,8 @@ class TestBossComponents(unittest.TestCase): # We just check that an exception was thrown, and that several # attempts were made to connect. self.assertTrue(thrown) - # 1 second of attempts every 0.1 seconds should result in at least 5 attempts + # 1 second of attempts every 0.1 seconds should result in at + # least 5 attempts self.assertGreater(attempts, 5) time.time = tmp_time