* wrap/python/ajax/spotcgi.in: Output .hoa as text/x-hoa.

This commit is contained in:
Alexandre Duret-Lutz 2015-08-07 12:06:01 +02:00
parent be847372de
commit fb8a16ffcc

View file

@ -91,6 +91,7 @@ if not script:
self.cgi_info = '', self.path[9:]
return True
return False
MyHandler.extensions_map[".hoa"] = 'text/x-hoa'
server_address=('', 8000)
if not os.access(imgdir, os.F_OK):