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