X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fgeneric%2Fmax.py;h=8b5722687d8856b77794d89df2456b94930f820d;hb=2d2a85edf02c635b592dfdb52c92dfa97b845f68;hp=d54afc503d60bcfe063fe967ab0fa215ab47e9d8;hpb=3d51e29695f79b143974f5cf7b2e104d89626ba4;p=sfa.git diff --git a/sfa/generic/max.py b/sfa/generic/max.py index d54afc50..8b572268 100644 --- a/sfa/generic/max.py +++ b/sfa/generic/max.py @@ -1,20 +1,20 @@ # an example of how to plugin the max aggregate manager with the flavour model # might need to be tested -# +# from sfa.generic.pl import pl + class max (pl): -# the max flavour behaves like pl, except for -# the aggregate - def aggregate_manager_class (self) : + # the max flavour behaves like pl, except for + # the aggregate + def aggregate_manager_class(self): import sfa.managers.aggregate_manager_max return sfa.managers.aggregate_manager_max.AggregateManagerMax # I believe the component stuff is not implemented - def component_manager_class (self): - return None - def component_driver_class (self): + def component_manager_class(self): return None - + def component_driver_class(self): + return None