~ubuntu-branches/ubuntu/vivid/python-reportlab/vivid-proposed

« back to all changes in this revision

Viewing changes to src/reportlab/graphics/widgets/signsandsymbols.py

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2014-01-12 02:16:21 UTC
  • mfrom: (1.2.9) (4.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20140112021621-f4mpp5qaj1dkq2yb
Tags: 2.8~20140112-1
* New upstream snapshot.
* Build python3 packages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
# A collection of new widgets
6
6
# author: John Precedo (johnp@reportlab.com)
7
7
 
8
 
__version__=''' $Id: signsandsymbols.py 3959 2012-09-27 14:39:39Z robin $ '''
 
8
__version__=''' $Id$ '''
9
9
__doc__="""This file is a collection of widgets to produce some common signs and symbols.
10
10
 
11
11
Widgets include:
927
927
                            fontSize=labelFontSize))
928
928
 
929
929
    renderPDF.drawToFile(D, 'signsandsymbols.pdf', 'signsandsymbols.py')
930
 
    print 'wrote file: signsandsymbols.pdf'
 
930
    print('wrote file: signsandsymbols.pdf')
931
931
 
932
932
if __name__=='__main__':
933
933
    test()