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