Entropy/Spritz:

- since I am annoyed to see this weird exception on exit, ignore it completely


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1793 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
lxnay
2008-04-17 11:30:43 +00:00
parent e4e0dae806
commit 3394429b47

View File

@@ -65,7 +65,7 @@ class ProcessGtkEventsThread(Thread):
def dosleep(self):
try:
time.sleep(0.5)
except AttributeError:
except:
pass
def doQuit(self):