[ctypes-commit] ctypes/sandbox/tools/codegen codegenerator.py,1.42,1.43
Brought to you by:
theller
From: Thomas H. <th...@us...> - 2005-01-28 09:48:33
|
Update of /cvsroot/ctypes/ctypes/sandbox/tools/codegen In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27325 Modified Files: codegenerator.py Log Message: Forgot to delete some unneeded, commented out code. Index: codegenerator.py =================================================================== RCS file: /cvsroot/ctypes/ctypes/sandbox/tools/codegen/codegenerator.py,v retrieving revision 1.42 retrieving revision 1.43 diff -C2 -d -r1.42 -r1.43 *** codegenerator.py 28 Jan 2005 09:27:11 -0000 1.42 --- codegenerator.py 28 Jan 2005 09:48:20 -0000 1.43 *************** *** 435,440 **** print >> self.stream, "]" - ## self.done.add(body) - def find_dllname(self, func): if hasattr(func, "dllname"): --- 435,438 ---- |