thirdparty/google_appengine/lib/webob/tests/conftest.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Sun, 15 Mar 2009 17:22:15 +0000
changeset 1878 25116444358c
parent 109 620f9b141567
permissions -rwxr-xr-x
Fix missing utf encoding of data when exporting lists to csv file. Patch by: Pawel Solyga Reviewed 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')