#! /usr/bin/python

import sys
sys.path[:0] = ['/usr/share/games/xpilot-ng/xpngcc']
import xpngcc
xpngcc.main()
