thirdparty/google_appengine/lib/webob/tests/conftest.py
author Daniel Diniz <ajaksu@gmail.com>
Thu, 02 Jul 2009 18:33:13 +0200
changeset 2495 0113c2de89d3
parent 109 620f9b141567
permissions -rwxr-xr-x
Enable the ProjectSurvey and GradingProjectSurvey views in the core. Also add menu items to the program menu for easy access to these options. Reviewed by: Lennard de Rijk

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