From 6185fb4e9e3d3e654ad9f6325da0f4886013dda6 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 4 Sep 2010 23:05:16 +0200 Subject: dnspython: Update to latest upstream. --- lib/dnspython/tests/set.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/dnspython/tests/set.py') 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) -- cgit