# -*- Mode: Python; py-indent-offset: 4 -*-

# this can go when things are a little further along
try:
    import ltihooks
    del ltihooks
except ImportError:
    pass

import gobject
del gobject

try:
    from _gnome import *
    init = program_init
except ImportError:
    pass
