Ejemplo n.º 1
0
 def add_bucket_counter(self):
     statefile = os.path.join(self.storedir, "bucket_counter.state")
     self.bucket_counter = BucketCountingCrawler(self, statefile)
     self.bucket_counter.setServiceParent(self)