#!/usr/bin/python

from xgflib import run_ttx2xgf
from sys import exit

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