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

georg.brandl python-3000-checkins at python.org
Sun May 25 13:53:14 CEST 2008


Author: georg.brandl
Date: Sun May 25 13:53:14 2008
New Revision: 63624

Log:
#2967: Tkinter -> tkinter in test_tcl.


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	Sun May 25 13:53:14 2008
@@ -3,7 +3,7 @@
 import unittest
 import os
 from test import support
-from Tkinter import Tcl
+from tkinter import Tcl
 from _tkinter import TclError
 
 class TclTest(unittest.TestCase):


More information about the Python-3000-checkins mailing list