#!/usr/bin/env python
# See http://cens.ioc.ee/projects/f2py2e/
import os
os.environ["NO_SCIPY_IMPORT"]="f2py"
import numpy.f2py as f2py
f2py.main()
