Does not look like we need to emulate gobject.timeout_add_second anymore

This commit is contained in:
Alexander Cherniuk 2010-03-31 17:05:58 +03:00
parent a5ec7232a6
commit c6389decfb
1 changed files with 0 additions and 6 deletions

View File

@ -215,12 +215,6 @@ del pritext
import gtkexcepthook
import gobject
if not hasattr(gobject, 'timeout_add_seconds'):
def timeout_add_seconds_fake(time_sec, *args):
return gobject.timeout_add(time_sec * 1000, *args)
gobject.timeout_add_seconds = timeout_add_seconds_fake
import signal
import gtkgui_helpers