#!/usr/local/bin/python2.7
import sys
from Pyro.EventService import Server
Server.start(sys.argv[1:])
