root/gaphor/tags/gaphor-0.7.0/bin/gaphor

Revision 426, 115 bytes (checked in by arjanmol, 4 years ago)

*** empty log message ***

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
Line 
1 #!python
2
3 import sys
4 import gaphor
5
6 model = None
7 if len(sys.argv) > 1:
8     model = sys.argv[1]
9
10 gaphor.main(model)
Note: See TracBrowser for help on using the browser.