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