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