42
def __init__(self, useDevelopmentRelease=False, useProposed=False,
44
43
GObject.GObject.__init__(self)
45
MetaReleaseCore.__init__(self, useDevelopmentRelease, useProposed,
47
45
# in the gtk space to test if the download already finished
48
46
# this is needed because gtk is not thread-safe
49
47
GLib.timeout_add_seconds(1, self.check)