Example #1
0
 def start(self):
     print "start producer"
     FlowProducer.start(self)
Example #2
0
 def __init__(self, name, path, is_dir=True):
     FlowProducer.__init__(self, name=name, path=path, is_dir=is_dir)