changeset 3029 | eded59f94021 |
parent 2964 | 32352db0d71e |
child 3617 | ae5744e97c42 |
--- a/src/reportlab/lib/enums.py Thu Dec 11 17:15:26 2008 +0000 +++ b/src/reportlab/lib/enums.py Fri Dec 12 15:55:34 2008 +0000 @@ -3,7 +3,7 @@ #history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/lib/enums.py __version__=''' $Id$ ''' __doc__=""" -holder for all reportlab's enumerated types +Container for constants. Hardly used! """ TA_LEFT = 0 TA_CENTER = 1