def __init__(self): Plugin.__init__(self) # Create DB Wrapper and start the thread self._db_wrapper = DBWrapper() self._config = Config() self._file_monitor = FileMonitor(self._db_wrapper, self._config.root_path(), self._config)
def __init__(self): Plugin.__init__(self) self._instances = {}