Purge libraries to be loaded by beremiz by default
authorEdouard Tisserant
Thu, 14 Jun 2012 15:04:08 +0200
changeset 3 169d552a345c
parent 2 0c697b8fc443
child 5 7a09e12267a9
Purge libraries to be loaded by beremiz by default
LPCManager.py
--- a/LPCManager.py	Fri Jun 08 12:40:31 2012 +0200
+++ b/LPCManager.py	Thu Jun 14 15:04:08 2012 +0200
@@ -62,6 +62,8 @@
 sys.path.append(os.path.join(_base_folder, "beremiz"))
 
 _base_path = os.path.split(__file__)[0]
+import features
+features.libraries=[]
 
 import connectors
 from LPCconnector import LPC_connector_factory