Example #1
0
 def serviceForSource(self, source):
     print '### serviceForSource:', source
     container = self.containerForSource(source)
     if container:
         return container.createService()
     else:
         return DataEngine.serviceForSource(source)
Example #2
0
 def __init__(self, parent, args = None):
     DataEngine.__init__(self, parent)