Beispiel #1
0
 def __show_splash(self):
     import widget
     from config import config
     self.splash = widget.show_splash(False)
Beispiel #2
0
 def __show_splash(self):
     import widget
     # from config import config
     self.splash = widget.show_splash(True)
Beispiel #3
0
 def __show_splash(self):            
     import widget
     from config import config
     self.splash = widget.show_splash(config.getboolean("setting", "use_splash"))
Beispiel #4
0
 def __show_splash(self):            
     import widget
     from config import config
     self.splash = widget.show_splash(config.getboolean("setting", "use_splash"))
Beispiel #5
0
 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(False)