summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-07-31 19:17:11 (GMT)
committerGeorg Brandl <georg@python.org>2010-07-31 19:17:11 (GMT)
commitec5ae3b9f53ab76529b040de855cd981ccf28593 (patch)
tree522984a7d2c5c7b083c1610649c75d10896bf662 /Lib
parent5542cb01a0a2860f4ebce18be8d7b76e2edbc8fa (diff)
downloadcpython-ec5ae3b9f53ab76529b040de855cd981ccf28593.zip
cpython-ec5ae3b9f53ab76529b040de855cd981ccf28593.tar.gz
cpython-ec5ae3b9f53ab76529b040de855cd981ccf28593.tar.bz2
Fix bad merge: test_support -> support.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_tcl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_tcl.py b/Lib/test/test_tcl.py
index 5bd781d..19c75af 100644
--- a/Lib/test/test_tcl.py
+++ b/Lib/test/test_tcl.py
@@ -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,))