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