change some imports in tests so they will not be skipped in 3.0

This commit is contained in:
Benjamin Peterson 2008-05-18 23:07:07 +00:00
parent 913c15c1c6
commit d21dabc890
2 changed files with 6 additions and 6 deletions

View file

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