dnspython: Update to latest upstream.
[samba.git] / lib / dnspython / tests / rrset.py
index 740162b4c595fffa4c9e317f5b03b74a90939db8..3cafbee891a13e26014f3c1c9f9d4f3d312b3695 100644 (file)
@@ -18,7 +18,7 @@ import unittest
 import dns.rrset
 
 class RRsetTestCase(unittest.TestCase):
-
+        
     def testEqual1(self):
         r1 = dns.rrset.from_text('foo', 300, 'in', 'a', '10.0.0.1', '10.0.0.2')
         r2 = dns.rrset.from_text('FOO', 300, 'in', 'a', '10.0.0.2', '10.0.0.1')