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