mirror of https://github.com/python/cpython
#2967: Tkinter -> tkinter in test_tcl.
This commit is contained in:
parent
52b92cc16b
commit
3b4b45bfe5
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue