~toolpart/openobject-server/toolpart

« back to all changes in this revision

Viewing changes to bin/reportlab/lib/enums.py

  • Committer: pinky
  • Date: 2006-12-07 13:41:40 UTC
  • Revision ID: pinky-3f10ee12cea3c4c75cef44ab04ad33ef47432907
New trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#Copyright ReportLab Europe Ltd. 2000-2004
 
2
#see license.txt for license details
 
3
#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/lib/enums.py
 
4
__version__=''' $Id$ '''
 
5
__doc__="""
 
6
holder for all reportlab's enumerated types
 
7
"""
 
8
TA_LEFT = 0
 
9
TA_CENTER = 1
 
10
TA_RIGHT = 2
 
11
TA_JUSTIFY = 4
 
 
b'\\ No newline at end of file'