def __show_splash(self): import widget from config import config self.splash = widget.show_splash(False)
def __show_splash(self): import widget # from config import config self.splash = widget.show_splash(True)
def __show_splash(self): import widget from config import config self.splash = widget.show_splash(config.getboolean("setting", "use_splash"))