Changeset 2293

Show
Ignore:
Timestamp:
04/07/08 12:56:22 (1 month ago)
Author:
wrobe..@pld-linux.org
Message:

- code cleanup

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gaphor/trunk/gaphor/diagram/classes/association.py

    r2272 r2293  
    309309 
    310310    def draw(self, context): 
    311         cr = context.cairo 
    312311        super(AssociationItem, self).draw(context) 
     312        cr = context.cairo 
    313313        self._head_end.draw(context) 
    314314        self._tail_end.draw(context)