Changeset 1073
- Timestamp:
- 11/13/06 17:53:58 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gaphor/branches/new-canvas/gaphor/diagram/classifier.py
r1071 r1073 120 120 NAME_COMPARTMENT_HEIGHT = 35 121 121 122 def __init__(self, id =None):122 def __init__(self, id=None): 123 123 NamedItem.__init__(self, id) 124 124 self._compartments = []
