Home | Trees | Indices | Help |
---|
|
1 from elisa.core.tests.component_test_case import ComponentTestCase 2 from elisa.plugins.good.xmlmenu.actions.spawn_process_action import SpawnProcessAction 35 6 component_class = SpawnProcessAction 7189 10 self.component.executable = 'ls /tmp' 11 self.component(self) 12 dfr = self.component.deferred 13 def done(result): 14 return True15 dfr.addBoth(done) 16 17 return dfr
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0beta1 on Wed Jan 16 19:10:11 2008 | http://epydoc.sourceforge.net |