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/setup.py

    r2307 r2337  
    180180            'element_factory = gaphor.UML.elementfactory:ElementFactory', 
    181181            'file_manager = gaphor.services.filemanager:FileManager', 
     182            'backup_service = gaphor.services.backupservice:BackupService', 
    182183            'diagram_export_manager = gaphor.services.diagramexportmanager:DiagramExportManager', 
    183184            'action_manager = gaphor.services.actionmanager:ActionManager',