reviewed comments
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 12 Jun 2012 12:18:12 +0000 (14:18 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 12 Jun 2012 12:18:12 +0000 (14:18 +0200)
sfa/generic/fd.py

index 2ba52fd..1001d5b 100644 (file)
@@ -3,9 +3,10 @@ from sfa.generic.pl import pl
 
 import sfa.federica.fddriver
 
+# the federica flavour behaves like pl, except for 
+# the driver
+
 class fd (pl):
 
-# the max flavour behaves like pl, except for 
-# the aggregate
     def driver_class (self) :
         return sfa.federica.fddriver.FdDriver