Update of /cvsroot/pythonreports/PythonReports/PythonReports
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17734
Modified Files:
drivers.py
Log Message:
fix misleading comment
Index: drivers.py
===================================================================
RCS file: /cvsroot/pythonreports/PythonReports/PythonReports/drivers.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** drivers.py 6 Dec 2006 19:37:20 -0000 1.7
--- drivers.py 12 Dec 2006 10:42:02 -0000 1.8
***************
*** 6,9 ****
--- 6,10 ----
"""
"""History (most recent first):
+ 12-dec-2006 [als] fix misleading comment
06-dec-2006 [als] more lint fixes
05-dec-2006 [als] sweep pylint warnings
***************
*** 279,284 ****
backend = None # backend name, must be set in child classes
height = None # line height, in points
! leading = None # distance between baselines of two subsequent rows,
! # in points
def __init__(self, font):
--- 280,284 ----
backend = None # backend name, must be set in child classes
height = None # line height, in points
! leading = None # distance between rows, in points
def __init__(self, font):
|