Commit 3b4b45bf authored by Georg Brandl's avatar Georg Brandl

#2967: Tkinter -> tkinter in test_tcl.

parent 52b92cc1
...@@ -3,7 +3,7 @@ ...@@ -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):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment