# HG changeset patch # User Edouard Tisserant # Date 1318880600 -7200 # Node ID 61347cc521d188ca67b9626fdca023a653e66e72 # Parent 2a8476222ba87a1d22f8b5754a4a6b64963d6ed0 fix unnecessary CanFestival plugin load in lpcberemiz 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 #-------------------------------------------------------------------------------