Update federica driver constructor
authorMohamed Larabi <mohamed.larabi@inria.fr>
Tue, 12 Nov 2013 10:40:15 +0000 (11:40 +0100)
committerMohamed Larabi <mohamed.larabi@inria.fr>
Tue, 12 Nov 2013 10:40:15 +0000 (11:40 +0100)
sfa/federica/fddriver.py

index 96c7aa4..cec702d 100644 (file)
@@ -23,8 +23,9 @@ federica_version_string="RSpecV2"
 
 class FdDriver (PlDriver):
 
-    def __init__ (self,config): 
-        PlDriver.__init__ (self, config)
+    def __init__ (self,api): 
+        PlDriver.__init__ (self, api)
+        config = api.config
         self.shell=FdShell(config)
 
     # the agreement with the federica driver is for them to expose results in a way