mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +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 unittest
|
||||||
import os
|
import os
|
||||||
from test import support
|
from test import support
|
||||||
from Tkinter import Tcl
|
from tkinter import Tcl
|
||||||
from _tkinter import TclError
|
from _tkinter import TclError
|
||||||
|
|
||||||
class TclTest(unittest.TestCase):
|
class TclTest(unittest.TestCase):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue