]> granicus.if.org Git - python/commitdiff
Last checkin was missing the tuple comma.
authorRaymond Hettinger <python@rcn.com>
Mon, 30 Dec 2002 07:21:32 +0000 (07:21 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 30 Dec 2002 07:21:32 +0000 (07:21 +0000)
The new "substr in str" feature masked the error.

Lib/test/test_pyclbr.py

index 8e3cfa34419d073d78591f1d8ee0312e53f96324..7a59c2e09d2b0a1acce1ac2955e199a59b9cb3a5 100644 (file)
@@ -143,7 +143,7 @@ class PyclbrTest(TestCase):
         cm = self.checkModule
 
         # These were once about the 10 longest modules
-        cm('random', ignore=('Random'))  # from _random import Random as CoreGenerator
+        cm('random', ignore=('Random',))  # from _random import Random as CoreGenerator
         cm('cgi', ignore=('log',))      # set with = in module
         cm('mhlib')
         cm('urllib', ignore=('getproxies_registry',