summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_dl.py
diff options
context:
space:
mode:
authorFredrik Lundh <fredrik@pythonware.com>2001-01-17 21:51:36 (GMT)
committerFredrik Lundh <fredrik@pythonware.com>2001-01-17 21:51:36 (GMT)
commitf785042433f0c43ed1ba2ba0388fc51d79bcf5c3 (patch)
treebc76d2b9fc810d645ca3648bc1c4fdac9bb0a769 /Lib/test/test_dl.py
parentf27cc5bc74372032ce9c42e9f6321458df6da2f7 (diff)
downloadcpython-f785042433f0c43ed1ba2ba0388fc51d79bcf5c3.zip
cpython-f785042433f0c43ed1ba2ba0388fc51d79bcf5c3.tar.gz
cpython-f785042433f0c43ed1ba2ba0388fc51d79bcf5c3.tar.bz2
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_dl.py')
-rwxr-xr-xLib/test/test_dl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_dl.py b/Lib/test/test_dl.py
index c5b3bb4..60a5cf0 100755
--- a/Lib/test/test_dl.py
+++ b/Lib/test/test_dl.py
@@ -4,7 +4,7 @@
"""
import dl
-from test_support import verify, verbose,TestSkipped
+from test_support import verbose,TestSkipped
sharedlibs = [
('/usr/lib/libc.so', 'getpid'),