projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5542cb0
)
Fix bad merge: test_support -> support.
author
Georg Brandl
<georg@python.org>
Sat, 31 Jul 2010 19:17:11 +0000
(19:17 +0000)
committer
Georg Brandl
<georg@python.org>
Sat, 31 Jul 2010 19:17:11 +0000
(19:17 +0000)
Lib/test/test_tcl.py
patch
|
blob
|
history
diff --git
a/Lib/test/test_tcl.py
b/Lib/test/test_tcl.py
index 5bd781dd82e54f5c795ad1e00e9985e9269a41d7..19c75aff2f696bb09631336fb62a919fed117ec8 100644
(file)
--- 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,))