Update of /cvsroot/ctypes/ctypes/ctypes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15992
Modified Files:
Tag: branch_1_0
__init__.py
Log Message:
Fix indentation.
Index: __init__.py
===================================================================
RCS file: /cvsroot/ctypes/ctypes/ctypes/__init__.py,v
retrieving revision 1.61.2.18
retrieving revision 1.61.2.19
diff -C2 -d -r1.61.2.18 -r1.61.2.19
*** __init__.py 30 Dec 2005 18:27:17 -0000 1.61.2.18
--- __init__.py 30 Dec 2005 18:56:14 -0000 1.61.2.19
***************
*** 412,416 ****
if showname:
print "ctypes.find: %s" % libname
! return dll
def LoadLibraryVersion(self, name, version=''):
--- 412,416 ----
if showname:
print "ctypes.find: %s" % libname
! return dll
def LoadLibraryVersion(self, name, version=''):
|