Show
Ignore:
Timestamp:
07/16/08 07:00:51 (5 months ago)
Author:
arj..@yirdis.nl
Message:

Added backupp service.

It doesn't really work yet, though, since instancemethods can not be stored, and they're used all over the place.

Replacing them with objects is an option, but an ugly one (to java-ish)

Files:

Legend:

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

    r1795 r2337  
    121121    } 
    122122 
    123     def __init__(self, id): 
     123    def __init__(self, id=None): 
    124124        super(Ellipse, self).__init__() 
    125125        self.style = Style(Ellipse.__style__)