3 Roger E. Masse revised strategy by Barry Warsaw
7 from test_support
import verbose
10 ('/usr/lib/libc.so', 'getpid'),
11 ('/lib/libc.so.6', 'getpid'),
14 for s
, func
in sharedlibs
:
17 print 'trying to open:', s
,
21 print 'failed', repr(str(err
))
32 raise ImportError, 'Could not open any shared libraries'