[pywin32-checkins] pywin32/win32/Demos win32fileDemo.py, 1.6.4.2, 1.6.4.3
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Roger U. <ru...@us...> - 2008-09-27 18:18:22
|
Update of /cvsroot/pywin32/pywin32/win32/Demos In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12930 Modified Files: Tag: py3k win32fileDemo.py Log Message: Don't need to import pywintypes first anymore Index: win32fileDemo.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/win32/Demos/win32fileDemo.py,v retrieving revision 1.6.4.2 retrieving revision 1.6.4.3 diff -C2 -d -r1.6.4.2 -r1.6.4.3 *** win32fileDemo.py 25 Sep 2008 22:36:44 -0000 1.6.4.2 --- win32fileDemo.py 27 Sep 2008 18:18:15 -0000 1.6.4.3 *************** *** 3,7 **** # Please contribute your favourite simple little demo. - import pywintypes ## This can go away when bug fixed import win32file, win32api, win32con import os --- 3,6 ---- |