Changeset 2281
- Timestamp:
- 03/18/08 04:23:33 (2 months ago)
- Files:
-
- gaphor/trunk/gaphor/tools/gaphorconvert.py (modified) (1 diff)
- gaphor/trunk/setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gaphor/trunk/gaphor/tools/gaphorconvert.py
r2279 r2281 124 124 surface.flush() 125 125 surface.finish() 126 127 def main(): 128 pass 129 130 # vim:sw=4:et:ai gaphor/trunk/setup.py
r2280 r2281 163 163 'console_scripts': [ 164 164 'gaphor = gaphor:main', 165 'gaphorconvert = gaphor.tools.gaphorconvert ',165 'gaphorconvert = gaphor.tools.gaphorconvert:main', 166 166 ], 167 167 'gaphor.services': [
