LPCBeremiz.py
changeset 629 61347cc521d1
parent 625 08d4cc1ceb9b
child 650 26236e691330
--- a/LPCBeremiz.py	Mon Oct 17 09:04:13 2011 +0200
+++ b/LPCBeremiz.py	Mon Oct 17 21:43:20 2011 +0200
@@ -68,15 +68,15 @@
 #-------------------------------------------------------------------------------
 #                          CANFESTIVAL PLUGIN HACK
 #-------------------------------------------------------------------------------
-from plugins.canfestival import canfestival
-class LPC_canfestival_config:
-    def getCFLAGS(self, *args):
-        return ""
-
-    def getLDFLAGS(self, *args):
-        return ""
-        
-canfestival.local_canfestival_config = LPC_canfestival_config() 
+# from plugins.canfestival import canfestival
+# class LPC_canfestival_config:
+#     def getCFLAGS(self, *args):
+#         return ""
+# 
+#     def getLDFLAGS(self, *args):
+#         return ""
+#         
+# canfestival.local_canfestival_config = LPC_canfestival_config() 
 #-------------------------------------------------------------------------------
 #                              LPCModule Class
 #-------------------------------------------------------------------------------