Changeset 1678

Show
Ignore:
Timestamp:
07/19/07 04:28:52 (1 year ago)
Author:
arj..@yirdis.nl
Message:

fix run command to use the right version.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gaphor/trunk/utils/command/run.py

    r1271 r1678  
    108108            print 'Launching Gaphor...' 
    109109            #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') 
    111111 
    112112            if self.profile: