lpcmanager

Disabling SVGUI by name. Refs #1868.
GOT
2016-01-18, Denis Poropat
2b91da9bd02d
Parents d02dad4d9996
Children 87931a908bb4
Disabling SVGUI by name. Refs #1868.
--- a/LPCManager.py Tue Jan 12 15:34:48 2016 +0100
+++ b/LPCManager.py Mon Jan 18 13:53:55 2016 +0100
@@ -77,8 +77,7 @@
('LPC', lambda: PLCLibrary),
('Python', 'py_ext.PythonLibrary')]
-#Disabling SVGUI
-features.catalog = features.catalog[:-1]
+features.catalog = features.catalog.pop([i for i,x in enumerate(l) if x[0].startswith('SVG')][0])
import connectors
from LPCconnector import LPC_connector_factory