thirdparty/google_appengine/lib/webob/tests/conftest.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Fri, 03 Apr 2009 17:10:32 +0000
changeset 2067 9b58b42c6b53
parent 109 620f9b141567
permissions -rwxr-xr-x
Add missing docstring url.py. Patch by: Pawel Solyga Reviewed by: to-be-reviewed

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