示例#1
0
文件: browser.py 项目: codito/miro
 def do_destroy(self):
     # This seems to be able to get called after our browser attribute no
     # longer exists.  Double check to make sure that's not the case.
     if hasattr(self, 'browser'):
         self.browser.destroy()
     PersistentWindow.do_destroy(self)