Ejemplo n.º 1
0
 def cleanup(self):
     uw = self.UI_watcher
     if uw:
         self.UI_watcher = None
         uw.stop()
     GTKXpraClient.cleanup(self)
Ejemplo n.º 2
0
 def cleanup(self):
     global UI_watcher
     UI_watcher.stop()
     GTKXpraClient.cleanup(self)
Ejemplo n.º 3
0
 def cleanup(self):
     uw = self.UI_watcher
     if uw:
         self.UI_watcher = None
         uw.stop()
     GTKXpraClient.cleanup(self)
Ejemplo n.º 4
0
 def cleanup(self):
     global UI_watcher
     UI_watcher.stop()
     GTKXpraClient.cleanup(self)