X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fgeneric%2Fmax.py;h=8b5722687d8856b77794d89df2456b94930f820d;hb=2d2a85edf02c635b592dfdb52c92dfa97b845f68;hp=8920ae7cec7bb887700b0e77cb9bceb34f3a432e;hpb=02a4a59a4a49183ec8c631cc03243b97f4602d50;p=sfa.git diff --git a/sfa/generic/max.py b/sfa/generic/max.py index 8920ae7c..8b572268 100644 --- a/sfa/generic/max.py +++ b/sfa/generic/max.py @@ -1,21 +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 -import sfa.managers.aggregate_manager_max 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): + def component_manager_class(self): return None - def component_driver_class (self): - return None - + def component_driver_class(self): + return None