[Python-checkins] r83355 - python/branches/py3k/Lib/test/test_tcl.py

georg.brandl python-checkins at python.org
Sat Jul 31 21:17:11 CEST 2010


Author: georg.brandl
Date: Sat Jul 31 21:17:11 2010
New Revision: 83355

Log:
Fix bad merge: test_support -> support.

Modified:
   python/branches/py3k/Lib/test/test_tcl.py

Modified: python/branches/py3k/Lib/test/test_tcl.py
==============================================================================
--- python/branches/py3k/Lib/test/test_tcl.py	(original)
+++ python/branches/py3k/Lib/test/test_tcl.py	Sat Jul 31 21:17:11 2010
@@ -143,7 +143,7 @@
                                     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,))
 


More information about the Python-checkins mailing list