Sign in
chromium
/
external
/
googleappengine
/
python
/
refs/heads/master
/
.
/
lib
/
webob_0_9
/
tests
/
conftest.py
blob: cdb3a9eb952f9acaef5b0196ad29fde9bf276259 [
file
] [
log
] [
blame
] [
edit
]
import
os
,
sys
sys
.
path
.
insert
(
0
,
os
.
path
.
dirname
(
os
.
path
.
dirname
(
__file__
)))
import
pkg_resources
pkg_resources
.
require
(
'WebOb'
)