#! /usr/bin/python

import sys
sys.path.insert(1, "/usr/lib/python2.6/site-packages")
from roundup.scripts.roundup_admin import run
run()
