diff options
Diffstat (limited to 'Lib/test')
-rw-r--r-- | Lib/test/test_descr.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_descr.py b/Lib/test/test_descr.py index a79353f..054dd87 100644 --- a/Lib/test/test_descr.py +++ b/Lib/test/test_descr.py @@ -1093,7 +1093,7 @@ def getsets(): ## verify(not hasattr(a, "x")) def supers(): - if verify: print "Testing super..." + if verbose: print "Testing super..." class A(object): def meth(self, a): |