thirdparty/google_appengine/lib/webob/tests/conftest.py
author Lennard de Rijk <ljvderijk@gmail.com>
Fri, 14 Aug 2009 10:21:09 -0700
changeset 2774 14b51b124ccb
parent 109 620f9b141567
permissions -rwxr-xr-x
Fixed call to get QueryForFields due to changes in r0548101922. The order argument was given as ancestor instead of order.

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