thirdparty/google_appengine/lib/webob/tests/conftest.py
author Madhusudan C.S. <madhusudancs@gmail.com>
Mon, 03 Aug 2009 15:17:21 +0200
changeset 2716 9921ac952f13
parent 109 620f9b141567
permissions -rwxr-xr-x
Added minimum age property to Program model. This will allow hosts to specify a minium age requirement for Students wanting to participate in a program. Reviewed and edited 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')