[pywin32-checkins] pywin32/com/win32comext/shell/demos/servers shell_view.py,1.1,1.2
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: <mha...@us...> - 2003-11-06 06:12:03
|
Update of /cvsroot/pywin32/pywin32/com/win32comext/shell/demos/servers In directory sc8-pr-cvs1:/tmp/cvs-serv679 Modified Files: shell_view.py Log Message: Remove a debugging print. Index: shell_view.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/com/win32comext/shell/demos/servers/shell_view.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** shell_view.py 8 Oct 2003 23:33:19 -0000 1.1 --- shell_view.py 6 Nov 2003 06:11:51 -0000 1.2 *************** *** 97,101 **** attr = shellcon.SFGAO_FOLDER | shellcon.SFGAO_HASSUBFOLDER | \ shellcon.SFGAO_BROWSABLE - print attr import struct s = struct.pack("I", attr) --- 97,100 ---- |