summaryrefslogtreecommitdiff
path: root/paste/cgiapp.py
diff options
context:
space:
mode:
Diffstat (limited to 'paste/cgiapp.py')
-rw-r--r--paste/cgiapp.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/paste/cgiapp.py b/paste/cgiapp.py
index c21ee95..e1ede03 100644
--- a/paste/cgiapp.py
+++ b/paste/cgiapp.py
@@ -256,6 +256,8 @@ def proc_communicate(proc, stdin=None, stdout=None, stderr=None):
def make_cgi_application(global_conf, script, path=None, include_os_environ=None,
query_string=None):
"""
+ Paste Deploy interface for :class:`CGIApplication`
+
This object acts as a proxy to a CGI application. You pass in the
script path (``script``), an optional path to search for the
script (if the name isn't absolute) (``path``). If you don't give