commit | d21dabc890087fb030ad2f732de9386f0cc03f9c | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sun May 18 23:07:07 2008 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Sun May 18 23:07:07 2008 +0000 |
tree | e3859363719184a7b27b59c20bba06f13ba215b4 | |
parent | 913c15c1c6641195b492837eee1189369abe04b7 [diff] [blame] |
change some imports in tests so they will not be skipped in 3.0
diff --git a/Lib/test/test_tcl.py b/Lib/test/test_tcl.py index fa170ef..6b41a17 100644 --- a/Lib/test/test_tcl.py +++ b/Lib/test/test_tcl.py
@@ -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):