[PythonReports-checkins] PythonReports/PythonReports fonts.py, 1.1, 1.2
Brought to you by:
a1s
From: alexander s. <a1...@us...> - 2006-12-06 16:46:25
|
Update of /cvsroot/pythonreports/PythonReports/PythonReports In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3205 Modified Files: fonts.py Log Message: fix style: remove empty line between history and __version__ Index: fonts.py =================================================================== RCS file: /cvsroot/pythonreports/PythonReports/PythonReports/fonts.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** fonts.py 1 Nov 2006 11:01:34 -0000 1.1 --- fonts.py 6 Dec 2006 16:46:22 -0000 1.2 *************** *** 5,9 **** 26-sep-2006 [als] created """ - __version__ = "$Revision$"[11:-2] __date__ = "$Date$"[7:-2] --- 5,8 ---- |