thirdparty/google_appengine/lib/webob/tests/conftest.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Tue, 14 Oct 2008 21:33:57 +0000
changeset 328 275a47dd0ac8
parent 109 620f9b141567
permissions -rwxr-xr-x
Add missing blank lines, clean up the doc string and remove white spaces at the end of the lines in reflistprop. Patch by: Pawel Solyga Review 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')