Mercurial
Mercurial
>
beremiz
/ annotate
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
|
file
|
latest
|
revisions
| annotate |
diff
|
comparison
|
raw
|
help
plugins/svgui/__init__.py
author
greg
Mon, 18 May 2009 07:47:24 +0200 (2009-05-18)
changeset 344
25b7b7f854bc
parent 11
75ae893d5eed
permissions
-rw-r--r--
Wait the debug thread has terminated before freeing PLC to avoid random segmentation fault.
Store working directory to globals copy, in order to be used in runtime.py.
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