#! /opt/local/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python

import sys
sys.path.insert(1, "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages")
from roundup.scripts.roundup_gettext import run
run()
