Home
last modified time | relevance | path

Searched defs:FAQCGI (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Tools/faqwiz/
Dfaqconf.py58 FAQCGI = 'faq.bat' # Relative URL of the FAQ cgi script variable
63 FAQCGI = 'faqw.py' # Relative URL of the FAQ cgi script variable
64 FAQCGI = os.path.basename(sys.argv[0]) or FAQCGI variable