Changeset 1037
- Timestamp:
- 10/18/06 04:50:43 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gaphor/branches/new-canvas/gaphor/diagram/comment.py
r1023 r1037 2 2 CommentItem diagram item 3 3 """ 4 5 import gobject6 import pango7 from zope import component8 4 9 5 from gaphor import UML … … 12 8 from gaphas.util import text_multiline, text_extents 13 9 14 from interfaces import IEditor15 10 16 11 class CommentItem(ElementItem):
