#!/usr/local/bin/python2.7

import sys
import Pyro.xnsc
Pyro.xnsc.main(sys.argv[1:])
