Commit ec5ae3b9 authored by Georg Brandl's avatar Georg Brandl

Fix bad merge: test_support -> support.

parent 5542cb01
......@@ -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,))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment