Add missing flattenString import

This commit is contained in:
Sajith Sasidharan 2020-02-04 23:16:48 -05:00 committed by Sajith Sasidharan
parent 75488c4aff
commit 805b880c2e

View File

@ -2,7 +2,7 @@
import time, json
from twisted.python.filepath import FilePath
from twisted.web.template import tags as T, \
renderer, Element, renderElement, XMLFile
renderer, Element, renderElement, XMLFile, flattenString
from allmydata.web.common import (
abbreviate_time,
MultiFormatResource