Changeset 2152
- Timestamp:
- 10/02/07 03:57:11 (10 months ago)
- Files:
-
- gaphor/branches/gaphor-0.12/gaphor/parser.py (copied) (copied from gaphor/branches/gaphor-0.12/gaphor/storage/parser.py)
- gaphor/branches/gaphor-0.12/gaphor/storage (deleted)
- gaphor/branches/gaphor-0.12/gaphor/storage.py (copied) (copied from gaphor/branches/gaphor-0.12/gaphor/storage/storage.py)
- gaphor/branches/gaphor-0.12/gaphor/tests/test_storage.py (copied) (copied from gaphor/branches/gaphor-0.12/gaphor/storage/tests/test_storage.py) (1 diff)
- gaphor/branches/gaphor-0.12/utils/command/gen_uml.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gaphor/branches/gaphor-0.12/gaphor/tests/test_storage.py
r2148 r2152 8 8 from gaphor.UML.elementfactory import ElementFactory 9 9 from gaphor.application import Application 10 from gaphor .storageimport storage10 from gaphor import storage 11 11 from gaphor.misc.xmlwriter import XMLWriter 12 12 from gaphor.diagram import items gaphor/branches/gaphor-0.12/utils/command/gen_uml.py
r2149 r2152 18 18 # attributes and traverse them to generate the data model. 19 19 20 from gaphor. storage.parser import parse, base, element, canvas, canvasitem20 from gaphor.parser import parse, base, element, canvas, canvasitem 21 21 import sys, string, operator 22 22 import override
