[pywin32-checkins] pywin32/com/win32com/demos iebutton.py, 1.3, 1.4 ietoolbar.py, 1.1, 1.2
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2008-10-01 09:40:41
|
Update of /cvsroot/pywin32/pywin32/com/win32com/demos In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv21760/com/win32com/demos Modified Files: iebutton.py ietoolbar.py Log Message: correct the coding line for extended chars in the comments Index: ietoolbar.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/com/win32com/demos/ietoolbar.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ietoolbar.py 11 Feb 2006 06:02:35 -0000 1.1 --- ietoolbar.py 1 Oct 2008 09:40:26 -0000 1.2 *************** *** 1,3 **** ! # encoding: latin-1 # PyWin32 Internet Explorer Toolbar --- 1,3 ---- ! # -*- coding: latin-1 -*- # PyWin32 Internet Explorer Toolbar Index: iebutton.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/com/win32com/demos/iebutton.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** iebutton.py 9 Mar 2006 01:36:10 -0000 1.3 --- iebutton.py 1 Oct 2008 09:40:26 -0000 1.4 *************** *** 1,3 **** ! # encoding: latin-1 # PyWin32 Internet Explorer Button --- 1,3 ---- ! # -*- coding: latin-1 -*- # PyWin32 Internet Explorer Button |