thirdparty/google_appengine/lib/webob/tests/conftest.py
author Todd Larsen <tlarsen@google.com>
Fri, 12 Sep 2008 19:01:44 +0000
changeset 136 a95f511bfcf8
parent 109 620f9b141567
permissions -rwxr-xr-x
Replace checkLinkNameForId() with isLinkNameAvailableForId(), and implement that new function in terms of only the existing doesLinkNameExist() and doesLinkNameBelongToId(). Patch by: Todd Larsen Review by: Pawel Solyga Review via: discussion of patches on melange-soc-dev mailing list

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