commit | d10d8ee2a1f0e4fd01816b5717eb5cc92684fb37 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat Feb 06 23:18:00 2010 +0000 |
committer | Georg Brandl <georg@python.org> | Sat Feb 06 23:18:00 2010 +0000 |
tree | ed83b8f0c3b8304b89f5d2c7cc079cf7ada875e2 | |
parent | 1a0ffe168af3e3e9ab692435ea1d3362329c5a2b [diff] [blame] |
Fix various missing import/unbound name errors.
diff --git a/Lib/test/test_tempfile.py b/Lib/test/test_tempfile.py index a358210..2b73f54 100644 --- a/Lib/test/test_tempfile.py +++ b/Lib/test/test_tempfile.py
@@ -127,7 +127,7 @@ if i == 20: break except: - failOnException("iteration") + self.failOnException("iteration") test_classes.append(test__RandomNameSequence)