예제 #1
0
 def __show_splash(self):
     import widget
     from config import config
     self.splash = widget.show_splash(False)
예제 #2
0
 def __show_splash(self):
     import widget
     # from config import config
     self.splash = widget.show_splash(True)
예제 #3
0
 def __show_splash(self):            
     import widget
     from config import config
     self.splash = widget.show_splash(config.getboolean("setting", "use_splash"))
예제 #4
0
 def __show_splash(self):            
     import widget
     from config import config
     self.splash = widget.show_splash(config.getboolean("setting", "use_splash"))
예제 #5
0
 def __show_splash(self):
     import widget
     # from config import config
     self.splash = widget.show_splash(True)
예제 #6
0
 def __show_splash(self):            
     import widget
     from config import config
     self.splash = widget.show_splash(False)