mirror of
https://github.com/python/cpython.git
synced 2025-08-30 05:35:08 +00:00
Fix bad merge: test_support -> support.
This commit is contained in:
parent
5542cb01a0
commit
ec5ae3b9f5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue