From: Georg Brandl Date: Sun, 25 May 2008 11:53:14 +0000 (+0000) Subject: #2967: Tkinter -> tkinter in test_tcl. X-Git-Tag: v3.0b1~257 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3b4b45bfe546b023383d4382af7767359390e264;p=thirdparty%2FPython%2Fcpython.git #2967: Tkinter -> tkinter in test_tcl. --- diff --git a/Lib/test/test_tcl.py b/Lib/test/test_tcl.py index 9a327dc18519..25931880864e 100644 --- a/Lib/test/test_tcl.py +++ b/Lib/test/test_tcl.py @@ -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):