[PythonReports-checkins] PythonReports/PythonReports RLDrivers.py, 1.2, 1.3
Brought to you by:
a1s
From: alexander s. <a1...@us...> - 2006-12-06 16:55:20
|
Update of /cvsroot/pythonreports/PythonReports/PythonReports In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6542 Modified Files: RLDrivers.py Log Message: fix style: remove empty line between history and __version__ Index: RLDrivers.py =================================================================== RCS file: /cvsroot/pythonreports/PythonReports/PythonReports/RLDrivers.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** RLDrivers.py 1 Nov 2006 17:39:00 -0000 1.2 --- RLDrivers.py 6 Dec 2006 16:55:16 -0000 1.3 *************** *** 9,13 **** 05-oct-2006 [als] created """ - __version__ = "$Revision$"[11:-2] __date__ = "$Date$"[7:-2] --- 9,12 ---- |