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