Exemplo n.º 1
0
 def __init__(self, raw_dir):
     IPUpdate.__init__(self)
     self.module_type = 2
     self.directory = os.path.join(raw_dir, self.directory)
Exemplo n.º 2
0
 def __init__(self):
     """
     Set the type to 2 
     """
     IPUpdate.__init__(self)
     self.module_type = 2