thirdparty/google_appengine/lib/webob/tests/conftest.py
author Daniel Hans <Daniel.M.Hans@gmail.com>
Fri, 30 Oct 2009 23:59:47 +0100
changeset 3070 afd98e17a2b2
parent 109 620f9b141567
permissions -rwxr-xr-x
Minor (mostly stylish and whitespace) fixes in GHOP access.py module. Also missing authors added to some files.

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