Beispiel #1
0
 def __init__(self, raw_dir):
     AbstractModule.__init__(self)
     self.directory = os.path.join(raw_dir, self.directory)
Beispiel #2
0
 def __init__(self, raw_dir):
     AbstractModule.__init__(self)
     self.directory = raw_dir
Beispiel #3
0
 def __init__(self):
     """
     Set the type to 2 
     """
     AbstractModule.__init__(self)
 def __init__(self):
     AbstractModule.__init__(self)
Beispiel #5
0
 def __init__(self, raw_dir):
     self.directory = 'abusix/'
     AbstractModule.__init__(self)
     self.directory = os.path.join(raw_dir, self.directory)