From b51424339c66f2fa939333dd207da21a9a1ad332 Mon Sep 17 00:00:00 2001 From: Fredrik Lundh Date: Wed, 17 Jan 2001 21:51:36 +0000 Subject: a bold attempt to fix things broken by MAL's verify patch: import 'verify' iff it's used by a test module... --- Lib/test/test_cmath.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/test/test_cmath.py') diff --git a/Lib/test/test_cmath.py b/Lib/test/test_cmath.py index 9caa2164a2..509c739ea0 100755 --- a/Lib/test/test_cmath.py +++ b/Lib/test/test_cmath.py @@ -3,7 +3,7 @@ Roger E. Masse """ import cmath -from test_support import verify, verbose +from test_support import verbose testdict = {'acos' : 1.0, 'acosh' : 1.0, -- cgit v1.2.1