[ctypes-commit] ctypes/ctypes/test test_loading.py,1.17,1.18
Brought to you by:
theller
From: Thomas H. <th...@us...> - 2006-04-20 15:49:41
|
Update of /cvsroot/ctypes/ctypes/ctypes/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28479 Modified Files: test_loading.py Log Message: Whitespace normalization. Index: test_loading.py =================================================================== RCS file: /cvsroot/ctypes/ctypes/ctypes/test/test_loading.py,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** test_loading.py 13 Apr 2006 18:48:29 -0000 1.17 --- test_loading.py 20 Apr 2006 15:49:38 -0000 1.18 *************** *** 54,58 **** print find_library("kernel32") print find_library("user32") ! if os.name == "nt": windll.kernel32.GetModuleHandleW --- 54,58 ---- print find_library("kernel32") print find_library("user32") ! if os.name == "nt": windll.kernel32.GetModuleHandleW |