summaryrefslogtreecommitdiff
path: root/Lib/test/test_extcall.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
commitf785042433f0c43ed1ba2ba0388fc51d79bcf5c3 (patch)
treebc76d2b9fc810d645ca3648bc1c4fdac9bb0a769 /Lib/test/test_extcall.py
parentf27cc5bc74372032ce9c42e9f6321458df6da2f7 (diff)
downloadcpython-git-f785042433f0c43ed1ba2ba0388fc51d79bcf5c3.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_extcall.py')
-rw-r--r--Lib/test/test_extcall.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/Lib/test/test_extcall.py b/Lib/test/test_extcall.py
index 5b6c5ec369..b727cc7be3 100644
--- a/Lib/test/test_extcall.py
+++ b/Lib/test/test_extcall.py
@@ -1,6 +1,5 @@
-from test_support import verify, verbose
+from test_support import verify, verbose, TestFailed
from UserList import UserList
-from test_support import TestFailed
import string
def f(*a, **k):