Changeset 2281

Show
Ignore:
Timestamp:
03/18/08 04:23:33 (2 months ago)
Author:
arj..@yirdis.nl
Message:

added main() placeholder to keep setuptools happy.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gaphor/trunk/gaphor/tools/gaphorconvert.py

    r2279 r2281  
    124124        surface.flush() 
    125125        surface.finish() 
     126 
     127def main(): 
     128    pass 
     129 
     130# vim:sw=4:et:ai 
  • gaphor/trunk/setup.py

    r2280 r2281  
    163163        'console_scripts': [ 
    164164            'gaphor = gaphor:main', 
    165             'gaphorconvert = gaphor.tools.gaphorconvert', 
     165            'gaphorconvert = gaphor.tools.gaphorconvert:main', 
    166166        ], 
    167167        'gaphor.services': [