From: Jelte Jansen Date: Tue, 29 May 2012 21:19:08 +0000 (+0200) Subject: [1457] whitespace fix X-Git-Tag: trac2351_base~226^2~59^2~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0beb60c748a95def56529ccda897fadaaaf926af;p=thirdparty%2Fkea.git [1457] whitespace fix --- diff --git a/src/lib/python/isc/ddns/session.py b/src/lib/python/isc/ddns/session.py index a9bc36fdc0..d83a6c0c5d 100644 --- a/src/lib/python/isc/ddns/session.py +++ b/src/lib/python/isc/ddns/session.py @@ -534,7 +534,7 @@ class UpdateSession: replaced (existing data is deleted) An additional restriction is that SOA data is ignored as well (it is handled separately by the __do_update method). - + Note that in the (near) future, this method may have addition special-cases processing. ''' diff --git a/src/lib/python/isc/ddns/tests/session_tests.py b/src/lib/python/isc/ddns/tests/session_tests.py index 5adb8f3e88..f3004b7069 100644 --- a/src/lib/python/isc/ddns/tests/session_tests.py +++ b/src/lib/python/isc/ddns/tests/session_tests.py @@ -222,7 +222,7 @@ class SessionTest(unittest.TestCase): # if the rdata types can be converted rrset = create_rrset("www.example.org", RRClass.NONE(), RRType.A(), 3600, [ b'\xc0\x00\x02\x01', b'\xc0\x00\x02\x02']) - + rrset2 = convert_rrset_class(rrset, RRClass.IN()) self.assertEqual("www.example.org. 3600 IN A 192.0.2.1\n" + "www.example.org. 3600 IN A 192.0.2.2\n",