/opt/alt/python37/lib/python3.7/site-packages/paste
Edit: /opt/alt/python37/lib/python3.7/site-packages/paste/cgiapp.pyc (8554B)
Ñò
aòNc
@ sþ d Z d d k Z d d k Z d d k Z d d k Z y d d k Z Wn e j
o
d Z n Xd d k l Z d d g Z
d e f d „ ƒ YZ d e
f d „ ƒ YZ d e
f d „ ƒ YZ d
e
f d „ ƒ YZ d d d d „ Z d d d d
„ Z d S( s%
Application that runs a CGI script.
iÿÿÿÿN( t
converterst CGIErrort CGIApplicationc B s e Z d Z RS( s`
Raised when the CGI script can't be found or doesn't
act like a proper CGI script.
( t __name__t
__module__t __doc__( ( ( s= /opt/alt/python37/lib/python3.7/site-packages/paste/cgiapp.pyR s c B s) e Z d Z d e d d „ Z d „ Z RS( sý
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
a path, then ``$PATH`` will be used.
c C sJ | o t d ƒ ‚ n | | _ | d j o" t i i d d ƒ i d ƒ } n | | _ d | j o= | d j p t d | | f ‚ | i d d ƒ \ } } n t i i | ƒ | j op xv | i D]E } t i i
t i i | | ƒ ƒ o t i i | | ƒ | _ PqÅ qÅ Wt
d | | i f ƒ ‚ n
| | _ | | _ | | _ d S( Nsj global_conf is no longer supported for CGIApplication (use make_cgi_application); please pass None insteadt PATHt t :t ?sN You cannot have '?' in your script name (%r) and also give a query_string (%r)i s Script %r not found in path %r( t NotImplementedt script_filenamet Nonet ost environt gett splitt patht AssertionErrort abspatht existst joint scriptR t include_os_environt query_string( t selft global_confR R R R t path_dir( ( s= /opt/alt/python37/lib/python3.7/site-packages/paste/cgiapp.pyt __init__# s0
"
" c
C s d | j o<