From: Benjamin Peterson Date: Sun, 29 Mar 2009 22:27:26 +0000 (+0000) Subject: add missing import X-Git-Tag: v2.7a1~1755 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e1a3381293466a6d9a3873b46194a4ed9277619;p=thirdparty%2FPython%2Fcpython.git add missing import --- diff --git a/Lib/test/test_tk.py b/Lib/test/test_tk.py index dedda0df88d3..3ece3d9888f5 100644 --- a/Lib/test/test_tk.py +++ b/Lib/test/test_tk.py @@ -1,5 +1,6 @@ import os import sys +import unittest import Tkinter from test import test_support