]> git.phdru.name Git - phdru.name/cgi-bin/blog-ru/search-tags.git/blob - html/HTTPResponse.py
Docs(TODO): Try Pyleri
[phdru.name/cgi-bin/blog-ru/search-tags.git] / html / HTTPResponse.py
1
2 from Cheetah.Tools.CGITemplate import CGITemplate
3
4 class HTTPResponse(CGITemplate):
5    def cgiHeadersHook(self):
6       return """\
7 Content-Type: text/html; charset=koi8-r
8 Content-Length: %d
9
10 """ % len(str(self))