merge
authorEdouard Tisserant
Thu, 14 Jun 2012 15:24:12 +0200
changeset 5 7a09e12267a9
parent 3 169d552a345c (diff)
parent 4 e8a0af6b89d9 (current diff)
child 7 299a4e345380
merge
LPCManager.py
--- a/LPCManager.py	Thu Jun 14 15:16:42 2012 +0200
+++ b/LPCManager.py	Thu Jun 14 15:24:12 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