Exemple #1
0
 def _show_splash(self):
     if not self._options.splashscreen:
         return
     from stoqlib.gui.widgets.splash import show_splash
     show_splash()
Exemple #2
0
 def _show_splash(self):
     if not self._options.splashscreen:
         return
     from stoqlib.gui.widgets.splash import show_splash
     show_splash()