X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=html_output%2Fresponse.py;fp=html%2Fresponse.py;h=9b0a0abeed3ce629fa4837eb0a8ab7abc887b67f;hb=3cf5927966d26713a637e9fb2bb7e9aefed525fe;hp=adfea5e9afaaf2be20b52a57b70b568a5a9d48fc;hpb=00ead935d40917ecfd77bc4b11b1b6e1033ec853;p=phdru.name%2Fcgi-bin%2Fblog-ru%2Fsearch-tags.git diff --git a/html/response.py b/html_output/response.py similarity index 89% rename from html/response.py rename to html_output/response.py index adfea5e..9b0a0ab 100644 --- a/html/response.py +++ b/html_output/response.py @@ -2,8 +2,8 @@ import sys def response(title, body, status=None): - from .html import html - result = html() + from .html_output import html_output + result = html_output() result.title = title result.body = body