From d31296d87f86ca817b6d7c41c46bc83fe403a093 Mon Sep 17 00:00:00 2001 From: Andrew Date: Tue, 28 May 2019 21:58:51 +0400 Subject: =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=20?= =?UTF-8?q?=D0=BC=D0=BE=D0=B4=D1=83=D0=BB=D1=8C=20=D1=80=D0=BE=D1=83=D1=82?= =?UTF-8?q?=D0=B8=D0=BD=D0=B3=D0=B0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- day7/http_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'day7/http_handler.py') diff --git a/day7/http_handler.py b/day7/http_handler.py index 6db918c..7f64f95 100644 --- a/day7/http_handler.py +++ b/day7/http_handler.py @@ -3,7 +3,7 @@ from time import strftime, gmtime import logging import db -from backend import run +from router import run from utils import ( parse_cookies, parse_query, parse_headers, validate_url, add_text_headers, format_cookies, -- cgit v1.2.3