first draft for the federica driver
[sfa.git] / sfa / generic / fd.py
1
2 from sfa.generic.pl import pl
3
4 import sfa.federica.fddriver
5
6 class fd (pl):
7
8 # the max flavour behaves like pl, except for 
9 # the aggregate
10     def driver_class (self) :
11         return sfa.federica.fddriver.FdDriver