Exemple #1
0
    def __init__(self, main):
        BaseModule.__init__(self, main)

        # seed the random number generator
        random.seed(datetime.now())

        self.options = {
            # the number of threads the directory scanner should use
            "numberOfThreads": 1
        }
Exemple #2
0
 def __init__(self, main):
     BaseModule.__init__(self, main)