diff -r 2a8476222ba8 -r 61347cc521d1 LPCBeremiz.py --- 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 #-------------------------------------------------------------------------------