#!/usr/bin/env python

import sys, os
sys.path.insert(0, os.path.abspath('config'))
import configure
configure.petsc_configure([])
