mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
#2967: Tkinter -> tkinter in test_tcl.
This commit is contained in:
parent
52b92cc16b
commit
3b4b45bfe5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue