[pywin32-checkins] pywin32/win32/scripts/VersionStamp bulkstamp.py,1.4,1.5
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: <mha...@us...> - 2003-07-04 12:14:33
|
Update of /cvsroot/pywin32/pywin32/win32/scripts/VersionStamp In directory sc8-pr-cvs1:/tmp/cvs-serv13138 Modified Files: bulkstamp.py Log Message: Remove unused import Index: bulkstamp.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/win32/scripts/VersionStamp/bulkstamp.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** bulkstamp.py 5 Aug 2000 05:51:13 -0000 1.4 --- bulkstamp.py 4 Jul 2003 12:14:30 -0000 1.5 *************** *** 33,37 **** import sys import os - import regex import verstamp import fnmatch --- 33,36 ---- |