def __init__(self): self.indirection = Indirection.getInstance() self.fsops = FsOps.getInstance() self.logger = logging.getLogger(str(self.__class__.__name__)) self.logger.debug("Setup!")
def init_fsops(): fso = FsOps.getInstance() return fso