lpcmanager

Disabling SVGUI. Refs #1868.
GOT
2016-01-12, agregorcic
0749b6c36b8d
Parents 2e072699af7b
Children d02dad4d9996
Disabling SVGUI. Refs #1868.
--- a/LPCManager.py Mon Jan 11 10:45:48 2016 +0100
+++ b/LPCManager.py Tue Jan 12 12:18:22 2016 +0100
@@ -75,8 +75,7 @@
features.libraries=[
('Native', 'NativeLib.NativeLibrary'),
('LPC', lambda: PLCLibrary),
- ('Python', 'py_ext.PythonLibrary'),
- ('SVGUI', 'svgui.SVGUILibrary')]
+ ('Python', 'py_ext.PythonLibrary')]
import connectors
from LPCconnector import LPC_connector_factory