[pywin32-checkins] pywin32/com/win32com/client tlbrowse.py, 1.5, 1.6
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
|
From: Mark H. <mha...@us...> - 2008-12-04 03:12:25
|
Update of /cvsroot/pywin32/pywin32/com/win32com/client In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv22420/win32com/client Modified Files: tlbrowse.py Log Message: remove unused import of string module Index: tlbrowse.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/com/win32com/client/tlbrowse.py,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** tlbrowse.py 1 Oct 2008 14:44:53 -0000 1.5 --- tlbrowse.py 4 Dec 2008 03:12:18 -0000 1.6 *************** *** 2,6 **** import win32con import win32api - import string import commctrl import pythoncom --- 2,5 ---- |