diff options
Diffstat (limited to 'Lib/test/test_dl.py')
-rwxr-xr-x | Lib/test/test_dl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_dl.py b/Lib/test/test_dl.py index 60a5cf0..c5b3bb4 100755 --- a/Lib/test/test_dl.py +++ b/Lib/test/test_dl.py @@ -4,7 +4,7 @@ """ import dl -from test_support import verbose,TestSkipped +from test_support import verify, verbose,TestSkipped sharedlibs = [ ('/usr/lib/libc.so', 'getpid'), |