thirdparty/google_appengine/lib/webob/tests/conftest.py
author Daniel Hans <Daniel.M.Hans@gmail.com>
Fri, 30 Oct 2009 12:40:56 +0100
changeset 3068 1e01ffe9cc61
parent 109 620f9b141567
permissions -rwxr-xr-x
checkIsHostForProgram fixes: logic argument has default value and is actually used to look up for a program entity,

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