Add missing `flattenString` import
This commit is contained in:
parent
75488c4aff
commit
805b880c2e
|
@ -2,7 +2,7 @@
|
||||||
import time, json
|
import time, json
|
||||||
from twisted.python.filepath import FilePath
|
from twisted.python.filepath import FilePath
|
||||||
from twisted.web.template import tags as T, \
|
from twisted.web.template import tags as T, \
|
||||||
renderer, Element, renderElement, XMLFile
|
renderer, Element, renderElement, XMLFile, flattenString
|
||||||
from allmydata.web.common import (
|
from allmydata.web.common import (
|
||||||
abbreviate_time,
|
abbreviate_time,
|
||||||
MultiFormatResource
|
MultiFormatResource
|
||||||
|
|
Loading…
Reference in New Issue