Fix various missing import/unbound name errors.

This commit is contained in:
Georg Brandl 2010-02-06 23:18:00 +00:00
parent 1a0ffe168a
commit d10d8ee2a1
4 changed files with 11 additions and 10 deletions

View file

@ -6,6 +6,7 @@
# randrange, and then Python hangs.
import thread
import unittest
from test.test_support import verbose, TestFailed
critical_section = thread.allocate_lock()