from module import Module from runcmd import runProcess import tomb import os def getInstance(): return INFOModule() class INFOModule(Module): def __init__(self): self.name = "info" self.description = "Extracts information about this machine" self.requiredVars = [] self.vars = {} def run(self): path = tomb.getPath() + self.name + "/" os.mkdir(path) #TODO #getinfo