Exemplo n.º 1
0
 def pushHelpLine(self, text):
     if (not text):
         return _snack.pushhelpline("*default*")
     else:
         return _snack.pushhelpline(text)
Exemplo n.º 2
0
 def pushHelpLine(self, text):
     if (not text):
         return _snack.pushhelpline("*default*")
     else:
         return _snack.pushhelpline(text)