webclient.py and test_web.py

This commit is contained in:
mdipierro
2012-08-29 17:40:03 -05:00
parent 178925cd56
commit f7bd69fad4
4 changed files with 138 additions and 3 deletions
+4 -2
View File
@@ -28,8 +28,10 @@ else
elif [ "$1" = "doctest" ]; then
# this has to run in gluon's parent; needs work
#
# the problem is that doctests run this way have a very different environment,
# apparently due to imports that don't happen in the normal course of running
# the problem is that doctests run this way
# have a very different environment,
# apparently due to imports that don't happen
# in the normal course of running
# doctest via __main__.
#
echo doctest not supported >&2