Changeset 2134
- Timestamp:
- 09/19/07 03:18:23 (1 year ago)
- Files:
-
- gaphor/trunk/gaphor/__init__.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gaphor/trunk/gaphor/__init__.py
r1267 r2134 1 1 #!/usr/bin/env python 2 # vim:sw=4 3 """This is Gaphor, a Python based UML editor.2 """ 3 This is Gaphor, a Python based UML modelling tool. 4 4 """ 5 5 … … 55 55 refs = [] 56 56 57 # vim:sw=4
