removed epydoc and fixed a typo in pevious commit

This commit is contained in:
mdipierro
2014-08-26 14:24:07 -05:00
parent 80d9722964
commit 2d3ccfaba7
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -367,7 +367,7 @@ def wsgibase(environ, responder):
ajax = x_req_with == 'xmlhttprequest',
cid = env.http_web2py_component_element,
is_local = (env.remote_addr in local_hosts and
request.client == env.remote_addr)
request.client == env.remote_addr),
is_shell = cmd_opts and cmd_opts.shell,
is_sheduler = cmd_opts and cmd_opts.scheduler,
is_https = env.wsgi_url_scheme in HTTPS_SCHEMES or \