Update of /cvsroot/pythoncard/PythonCard
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32754
Modified Files:
simpleSizer.py
Log Message:
Add Revision and Date keywords.
Index: simpleSizer.py
===================================================================
RCS file: /cvsroot/pythoncard/PythonCard/simpleSizer.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** simpleSizer.py 12 Oct 2005 22:11:49 -0000 1.1
--- simpleSizer.py 12 Oct 2005 22:27:39 -0000 1.2
***************
*** 1,3 ****
! #!/usr/bin/python
"""
--- 1,6 ----
! """
! __version__ = "$Revision$"
! __date__ = "$Date$"
! """
"""
|