~ubuntu-branches/ubuntu/precise/cython/precise

« back to all changes in this revision

Viewing changes to Cython/Compiler/Annotate.py

  • Committer: Bazaar Package Importer
  • Author(s): Python Applications Packaging Team, Ryan Kavanagh, Jakub Wilk, Piotr Ożarowski
  • Date: 2009-08-10 23:18:51 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090810231851-i6f7mr1ij1h2czkp
Tags: 0.11.2-1
[ Ryan Kavanagh ]
* New upstream release (Closes: #525620, #536213)

[ Jakub Wilk ]
* debian/rules: remove generated files.

[ Piotr Ożarowski ]
* Standards-Version bumped to 3.8.2 (no change needed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
170
170
    return raw_string
171
171
 
172
172
 
173
 
class AnnotationItem:
 
173
class AnnotationItem(object):
174
174
    
175
175
    def __init__(self, style, text, tag="", size=0):
176
176
        self.style = style