#2967: Tkinter -> tkinter in test_tcl.

This commit is contained in:
Georg Brandl 2008-05-25 11:53:14 +00:00
parent 52b92cc16b
commit 3b4b45bfe5
1 changed files with 1 additions and 1 deletions

View 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):