thirdparty/google_appengine/lib/webob/tests/conftest.py
author Lennard de Rijk <ljvderijk@gmail.com>
Thu, 04 Jun 2009 08:12:57 +0200
changeset 2378 b5c74f077f0a
parent 109 620f9b141567
permissions -rwxr-xr-x
Added a link to the website where the user has registered to the welcome email. Fixes Issue 630.

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