#! /usr/bin/python

import os, sys
sys.path[:0] = ['/usr/share/pype']
os.chdir('/usr/share/pype')
import pype
pype.main()
