Update of /cvsroot/pywin32/pywin32/Pythonwin/pywin/Demos
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv21175/Pythonwin/pywin/Demos
Modified Files:
progressbar.py
Log Message:
remove pointless $Header$ line at EOF
Index: progressbar.py
===================================================================
RCS file: /cvsroot/pywin32/pywin32/Pythonwin/pywin/Demos/progressbar.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** progressbar.py 1 Sep 1999 23:33:35 -0000 1.1
--- progressbar.py 6 Dec 2008 00:37:15 -0000 1.2
***************
*** 87,91 ****
if __name__=='__main__':
demo(1)
-
- # $Header$
-
--- 87,88 ----
|