Changeset 1678
- Timestamp:
- 07/19/07 04:28:52 (1 year ago)
- Files:
-
- gaphor/trunk/utils/command/run.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gaphor/trunk/utils/command/run.py
r1271 r1678 108 108 print 'Launching Gaphor...' 109 109 #gaphor.main(self.model) 110 starter = load_entry_point('gaphor== 0.10.5', 'console_scripts', 'gaphor')110 starter = load_entry_point('gaphor==%s' % (self.distribution.get_version(),), 'console_scripts', 'gaphor') 111 111 112 112 if self.profile:
