thirdparty/google_appengine/lib/webob/tests/conftest.py
author Daniel Bentley <dbentley@google.com>
Fri, 20 Mar 2009 08:11:59 +0000
changeset 1943 596dbffbffe0
parent 109 620f9b141567
permissions -rwxr-xr-x
A script for writing the application name into an app.yaml based on an app.yaml.template. My first check-in. I apologize if I forgot, overlooked, or just plum messed something up. I'm sure I have. I'll fix it, and appreciate any review you can give.

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