mirror of https://github.com/python/cpython
Fix bad merge: test_support -> support.
This commit is contained in:
parent
5542cb01a0
commit
ec5ae3b9f5
|
@ -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,))
|
||||
|
||||
|
|
Loading…
Reference in New Issue