thirdparty/google_appengine/lib/webob/tests/conftest.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Wed, 28 Jan 2009 11:23:19 +0000
changeset 1029 a312e7007811
parent 109 620f9b141567
permissions -rwxr-xr-x
Style fixes in soc.cache modules. 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')