Update of /cvsroot/pywin32/pywin32/com/win32com/demos
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv21699/com/win32com/demos
Modified Files:
Tag: py3k
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.1.4.1
diff -C2 -d -r1.1 -r1.1.4.1
*** ietoolbar.py 11 Feb 2006 06:02:35 -0000 1.1
--- ietoolbar.py 1 Oct 2008 09:39:27 -0000 1.1.4.1
***************
*** 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.3.4.1
diff -C2 -d -r1.3 -r1.3.4.1
*** iebutton.py 9 Mar 2006 01:36:10 -0000 1.3
--- iebutton.py 1 Oct 2008 09:39:27 -0000 1.3.4.1
***************
*** 1,3 ****
! # encoding: latin-1
# PyWin32 Internet Explorer Button
--- 1,3 ----
! # -*- coding: latin-1 -*-
# PyWin32 Internet Explorer Button
|