--- a/LPCManager.py Mon Jan 18 13:53:55 2016 +0100
+++ b/LPCManager.py Tue Jan 26 07:50:31 2016 +0100
@@ -77,7 +77,7 @@
('LPC', lambda: PLCLibrary),
('Python', 'py_ext.PythonLibrary')]
-features.catalog = features.catalog.pop([i for i,x in enumerate(l) if x[0].startswith('SVG')][0])
+features.catalog = features.catalog.pop([i for i,x in enumerate(features.catalog) if x[0].startswith('SVG')][0]) from LPCconnector import LPC_connector_factory