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
etisserant
Thu, 20 Sep 2007 17:32:52 +0200
changeset 48
6b30cfee163e
parent 11
75ae893d5eed
permissions
-rw-r--r--
Enhanced and really multi-platform process logging. Use wxProcess and wxExecute instead of python popen3 (unix only).
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