#! /usr/bin/python

from xgflib import run_config
from sys import exit

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