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