From cdb3747470afd707349dd52723fb87dca5097728 Mon Sep 17 00:00:00 2001 From: Sajith Sasidharan Date: Mon, 15 Jun 2020 15:18:11 -0400 Subject: [PATCH] Remove nevow imports --- src/allmydata/web/check_results.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/allmydata/web/check_results.py b/src/allmydata/web/check_results.py index af12fa370..c109966e5 100644 --- a/src/allmydata/web/check_results.py +++ b/src/allmydata/web/check_results.py @@ -1,11 +1,7 @@ import time import json -from nevow import ( - rend, - inevow, - tags as T, -) + from twisted.web import ( http, html,