#! /usr/bin/python

from sys import exit
from xgflib import run_xgridfit

if not run_xgridfit(xgfdir="/usr/share/xml/xgridfit"):
    exit(1)
