#!/usr/bin/python

import sys
sys.path.append('/usr/share/pypy-1.0')
sys.path.append('/usr/share/pypy-1.0/pypy/bin')
sys.path.remove('/usr/bin')
execfile('/usr/share/pypy-1.0/pypy/bin/jscompile.py')
