mirror of
https://github.com/python/cpython.git
synced 2025-07-29 06:05:00 +00:00
change some imports in tests so they will not be skipped in 3.0
This commit is contained in:
parent
913c15c1c6
commit
d21dabc890
2 changed files with 6 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
|||
import unittest
|
||||
import os
|
||||
from test import test_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