Sign in
chromium
/
external
/
googleappengine
/
python
/
dc33addea2da464ca07e869cb11832e1ae82da9d
/
.
/
lib
/
webob
/
tests
/
conftest.py
blob: cdb3a9eb952f9acaef5b0196ad29fde9bf276259 [
file
]
import
os
,
sys
sys
.
path
.
insert
(
0
,
os
.
path
.
dirname
(
os
.
path
.
dirname
(
__file__
)))
import
pkg_resources
pkg_resources
.
require
(
'WebOb'
)