adding teagle flavour
[sfa.git] / sfa / generic / teagle.py
1 from sfa.generic.pl import pl
2
3 import sfa.managers.aggregate_manager_teagle
4
5 class teagle (pl):
6
7 # the teagle flavour behaves like pl, except for 
8 # the aggregate
9     def aggregate_manager_class (self) :
10         return sfa.managers.aggregate_manager_teagle.AggregateManagerTeagle
11
12 # I believe the component stuff is not implemented
13     def component_manager_class (self):
14         return None
15     def component_driver_class (self):
16         return None