From: Brian Warner Date: Tue, 12 Aug 2008 04:24:23 +0000 (-0700) Subject: hush a pyflakes warning X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=3cf70697e81da85e981c56b3301a1b963f270e72;p=tahoe-lafs%2Ftahoe-lafs.git hush a pyflakes warning --- diff --git a/src/allmydata/web/checker_results.py b/src/allmydata/web/checker_results.py index 50ea475b..532ed236 100644 --- a/src/allmydata/web/checker_results.py +++ b/src/allmydata/web/checker_results.py @@ -2,7 +2,6 @@ from nevow import rend, inevow, tags as T from allmydata.web.common import getxmlfile, get_arg from allmydata.interfaces import ICheckerResults, IDeepCheckResults -from allmydata.util import base32 class CheckerResults(rend.Page): docFactory = getxmlfile("checker-results.xhtml")