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 ----
|