* wrap/python/ajax/spotcgi.in: Output .hoa as text/x-hoa.
This commit is contained in:
parent
be847372de
commit
fb8a16ffcc
1 changed files with 1 additions and 0 deletions
|
|
@ -91,6 +91,7 @@ if not script:
|
||||||
self.cgi_info = '', self.path[9:]
|
self.cgi_info = '', self.path[9:]
|
||||||
return True
|
return True
|
||||||
return False
|
return False
|
||||||
|
MyHandler.extensions_map[".hoa"] = 'text/x-hoa'
|
||||||
|
|
||||||
server_address=('', 8000)
|
server_address=('', 8000)
|
||||||
if not os.access(imgdir, os.F_OK):
|
if not os.access(imgdir, os.F_OK):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue