hush a pyflakes warning

This commit is contained in:
Brian Warner 2008-08-11 21:24:23 -07:00
parent 08e229f29a
commit 3cf70697e8

View File

@ -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")