plugins/svgui/__init__.py
author greg
Fri, 29 Feb 2008 12:03:45 +0100
changeset 120 8c3150858dd3
parent 11 75ae893d5eed
permissions -rw-r--r--
create doc directory and add about.html + manual_beremiz.pdf
implement beremiz helpMenu
11
75ae893d5eed Adding plugin support in Beremiz
lbessard
parents:
diff changeset
     1
from svgui import *
75ae893d5eed Adding plugin support in Beremiz
lbessard
parents:
diff changeset
     2
controller = None
75ae893d5eed Adding plugin support in Beremiz
lbessard
parents:
diff changeset
     3
view = None