thirdparty/google_appengine/lib/webob/tests/conftest.py
author Todd Larsen <tlarsen@google.com>
Sun, 23 Nov 2008 18:45:04 +0000
changeset 581 f7634fd0274c
parent 109 620f9b141567
permissions -rwxr-xr-x
Attempt number two at a release process, with correct usage of /tags/ this time around. Patch by: Todd Larsen

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