#!/home/barry/.virtualenvs/petrel/bin/python
import os
import sys

os.execvp('python', ['', '-m', 'petrel.cmdline'] + sys.argv[1:])
