[pywin32-checkins] pywin32/com/win32com/client build.py,1.36,1.37
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2009-01-07 04:10:33
|
Update of /cvsroot/pywin32/pywin32/com/win32com/client In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30942/com/win32com/client Modified Files: build.py Log Message: remove unused import of types module Index: build.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/com/win32com/client/build.py,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -d -r1.36 -r1.37 *** build.py 4 Jan 2009 13:43:16 -0000 1.36 --- build.py 7 Jan 2009 04:10:24 -0000 1.37 *************** *** 19,23 **** import sys import string - import types from keyword import iskeyword --- 19,22 ---- |