#!/home/vagrant/.pyenv/versions/petrel2.7/bin/python
import os
import sys

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