thirdparty/google_appengine/lib/webob/tests/conftest.py
author Lennard de Rijk <ljvderijk@gmail.com>
Sun, 25 Oct 2009 21:47:25 -0700
changeset 3057 966bbe3e204d
parent 109 620f9b141567
permissions -rwxr-xr-x
Changed the access checks in the GSoC module to match the new checks.

import os, sys
sys.path.insert(0, os.path.dirname(os.path.dirname(__file__)))
import pkg_resources
pkg_resources.require('WebOb')