mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
Fix various missing import/unbound name errors.
This commit is contained in:
parent
1a0ffe168a
commit
d10d8ee2a1
4 changed files with 11 additions and 10 deletions
|
@ -127,7 +127,7 @@ class test__RandomNameSequence(TC):
|
|||
if i == 20:
|
||||
break
|
||||
except:
|
||||
failOnException("iteration")
|
||||
self.failOnException("iteration")
|
||||
|
||||
test_classes.append(test__RandomNameSequence)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue