summaryrefslogtreecommitdiff
path: root/lib/dnspython/tests/set.py
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-09-04 23:05:16 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-09-04 23:05:16 +0200
commit6185fb4e9e3d3e654ad9f6325da0f4886013dda6 (patch)
tree81a767238fdd3b1902672330a49948d838acd2c7 /lib/dnspython/tests/set.py
parent5de2ec0def3e4ad0ead20b426e81509fd8e48c6d (diff)
downloadsamba-6185fb4e9e3d3e654ad9f6325da0f4886013dda6.tar.gz
samba-6185fb4e9e3d3e654ad9f6325da0f4886013dda6.tar.bz2
samba-6185fb4e9e3d3e654ad9f6325da0f4886013dda6.zip
dnspython: Update to latest upstream.
Diffstat (limited to 'lib/dnspython/tests/set.py')
-rw-r--r--lib/dnspython/tests/set.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dnspython/tests/set.py b/lib/dnspython/tests/set.py
index 6319eb821c..e2bca51b82 100644
--- a/lib/dnspython/tests/set.py
+++ b/lib/dnspython/tests/set.py
@@ -21,7 +21,7 @@ import dns.set
S = dns.set.Set
class SimpleSetTestCase(unittest.TestCase):
-
+
def testLen1(self):
s1 = S()
self.failUnless(len(s1) == 0)