Update of /cvsroot/pythonreports/PythonReports/PythonReports
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20485
Modified Files:
RLDrivers.py
Log Message:
driver classes have backend name property
Index: RLDrivers.py
===================================================================
RCS file: /cvsroot/pythonreports/PythonReports/PythonReports/RLDrivers.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** RLDrivers.py 1 Nov 2006 11:03:02 -0000 1.1
--- RLDrivers.py 1 Nov 2006 17:39:00 -0000 1.2
***************
*** 6,9 ****
--- 6,10 ----
"""
"""History (most recent first):
+ 01-nov-2006 [als] driver classes have backend name property
05-oct-2006 [als] created
"""
***************
*** 27,30 ****
--- 28,33 ----
"""
+ backend = "RL"
+
# attributes read directly by PythonReports.PdfWriter
name = None
|