thirdparty/google_appengine/lib/webob/tests/conftest.py
author Todd Larsen <tlarsen@google.com>
Fri, 21 Nov 2008 08:41:23 +0000
changeset 533 ba3309b2fd30
parent 109 620f9b141567
permissions -rwxr-xr-x
Move LINK_ID and SCOPE_PATH regular expressions to soc/models/linkable.py. Fix some too-long lines. Change key names back to type:scope_path/link_id (instead of type:scope_path:link_id). Some minor __doc__ string updates. Patch by: Todd Larsen

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