#! /usr/local/bin/python2.7
import pygtk; pygtk.require("2.0")
from gnomeosd.eventbridge import main

main()
