Esempio n. 1
0
 def __init__(self, api):
     PlDriver.__init__(self, api)
     config = api.config
     self.shell = FdShell(config)
Esempio n. 2
0
 def __init__ (self,config): 
     PlDriver.__init__ (self, config)
     self.shell=FdShell(config)
Esempio n. 3
0
 def __init__ (self,api): 
     PlDriver.__init__ (self, api)
     config = api.config
     self.shell=FdShell(config)