--- a/LPCBeremiz.py Tue Nov 08 22:04:07 2011 +0100
+++ b/LPCBeremiz.py Tue Nov 08 22:39:44 2011 +0100
@@ -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
#-------------------------------------------------------------------------------