[pywin32-checkins] pywin32/win32/Lib win32evtlogutil.py,1.7,1.8
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: <mha...@us...> - 2003-10-06 13:04:22
|
Update of /cvsroot/pywin32/pywin32/win32/Lib In directory sc8-pr-cvs1:/tmp/cvs-serv28508/win32/Lib Modified Files: win32evtlogutil.py Log Message: Add newline to end of file. Index: win32evtlogutil.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/win32/Lib/win32evtlogutil.py,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** win32evtlogutil.py 7 Jun 2003 02:06:16 -0000 1.7 --- win32evtlogutil.py 6 Oct 2003 13:04:18 -0000 1.8 *************** *** 148,150 **** map(lambda item, feeder = feeder: apply(feeder, (item,)), objects) finally: ! win32evtlog.CloseEventLog(h) \ No newline at end of file --- 148,150 ---- map(lambda item, feeder = feeder: apply(feeder, (item,)), objects) finally: ! win32evtlog.CloseEventLog(h) |