[ctypes-commit] ctypes/ctypes/test test_loading.py,1.6,1.7
Brought to you by:
theller
From: Thomas H. <th...@us...> - 2006-03-10 17:56:19
|
Update of /cvsroot/ctypes/ctypes/ctypes/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8108 Modified Files: test_loading.py Log Message: *** empty log message *** Index: test_loading.py =================================================================== RCS file: /cvsroot/ctypes/ctypes/ctypes/test/test_loading.py,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** test_loading.py 10 Mar 2006 17:54:04 -0000 1.6 --- test_loading.py 10 Mar 2006 17:56:16 -0000 1.7 *************** *** 20,24 **** else: name = "libc.so.6" - import sys print (sys.platform, os.name) cdll.load(name) --- 20,23 ---- |