thirdparty/google_appengine/lib/webob/tests/conftest.py
author Todd Larsen <tlarsen@google.com>
Thu, 02 Oct 2008 15:36:08 +0000
changeset 260 8b393bef717a
parent 109 620f9b141567
permissions -rwxr-xr-x
Fix typo in recent validate.py changes (r682). Patch by: Chen Lunpeng Review by: Todd Larsen

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