Fix bad merge: test_support -> support.

This commit is contained in:
Georg Brandl 2010-07-31 19:17:11 +00:00
parent 5542cb01a0
commit ec5ae3b9f5
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ class TclTest(unittest.TestCase):
fullname[0],
fullname[3:])
with test_support.EnvironmentVarGuard() as env:
with support.EnvironmentVarGuard() as env:
env.unset("TCL_LIBRARY")
f = os.popen('%s -c "import Tkinter; print Tkinter"' % (unc_name,))