Sign in
chromium
/
external
/
github.com
/
Pylons
/
webtest
/
refs/heads/six
/
.
/
docs
/
chipy-presentation
/
proxy_example.py
blob: bb86ad43f218b3f4d95efe86163d9c4537b3b262 [
file
] [
edit
]
import
doctest
if
__name__
==
'__main__'
:
doctest
.
testfile
(
'proxy_example.txt'
,
optionflags
=
doctest
.
ELLIPSIS
)