summaryrefslogtreecommitdiff
path: root/Lib/test/test_cmath.py
diff options
context:
space:
mode:
authorFredrik Lundh <fredrik@pythonware.com>2001-01-17 21:51:36 +0000
committerFredrik Lundh <fredrik@pythonware.com>2001-01-17 21:51:36 +0000
commitb51424339c66f2fa939333dd207da21a9a1ad332 (patch)
treefa92c331860713783d55a16784109cb17d1a7b1d /Lib/test/test_cmath.py
parentb1794e80f8403891d5f1bb4834c55da402b16625 (diff)
downloadcpython-b51424339c66f2fa939333dd207da21a9a1ad332.tar.gz
a bold attempt to fix things broken by MAL's verify patch: import
'verify' iff it's used by a test module...
Diffstat (limited to 'Lib/test/test_cmath.py')
-rwxr-xr-xLib/test/test_cmath.py2
1 files changed, 1 insertions, 1 deletions
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,