Esempio n. 1
0
 def unbusy(self, ok=True):
     # Override Uipi method
     # 'ok' is not used here, but might be in the console interface
     self.command("larchin:cancel.enable", False)
     Uipi.unbusy(self)
Esempio n. 2
0
 def unbusy(self, ok=True):
     # 'ok' is only used by the console interface
     Uipi.unbusy(self)