From: Georg Brandl Date: Sat, 31 Jul 2010 19:17:11 +0000 (+0000) Subject: Fix bad merge: test_support -> support. X-Git-Tag: v3.2a2~602 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ec5ae3b9f53ab76529b040de855cd981ccf28593;p=thirdparty%2FPython%2Fcpython.git Fix bad merge: test_support -> support. --- diff --git a/Lib/test/test_tcl.py b/Lib/test/test_tcl.py index 5bd781dd82e5..19c75aff2f69 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,))