thirdparty/google_appengine/lib/webob/tests/conftest.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Thu, 22 Jan 2009 22:01:16 +0000
changeset 905 70eb2493a346
parent 109 620f9b141567
permissions -rwxr-xr-x
Rename clean_existing_user_not_equal_to_current function to clean_users_not_same in soc.logic.cleaning module and fix affected files. Patch by: Pawel Solyga Review by: to-be-reviewed

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