]> granicus.if.org Git - python/commitdiff
#2967: Tkinter -> tkinter in test_tcl.
authorGeorg Brandl <georg@python.org>
Sun, 25 May 2008 11:53:14 +0000 (11:53 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 25 May 2008 11:53:14 +0000 (11:53 +0000)
Lib/test/test_tcl.py

index 9a327dc1851909a917016c7870ac8dad4b0e7825..25931880864e50bc859fd941af45bee0587b5d14 100644 (file)
@@ -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):