Fix bad merge: test_support -> support.
authorGeorg Brandl <georg@python.org>
Sat, 31 Jul 2010 19:17:11 +0000 (19:17 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 31 Jul 2010 19:17:11 +0000 (19:17 +0000)
Lib/test/test_tcl.py

index 5bd781dd82e54f5c795ad1e00e9985e9269a41d7..19c75aff2f696bb09631336fb62a919fed117ec8 100644 (file)
@@ -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,))