mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-01 08:48:01 +00:00
Use parentheses in import statement
This commit is contained in:
parent
2df2ae92d5
commit
b1c78244ab
@ -1,8 +1,14 @@
|
||||
|
||||
import time, json
|
||||
from twisted.python.filepath import FilePath
|
||||
from twisted.web.template import tags as T, \
|
||||
renderer, Element, renderElement, XMLFile, flattenString
|
||||
from twisted.web.template import (
|
||||
Element,
|
||||
XMLFile,
|
||||
tags as T,
|
||||
renderer,
|
||||
renderElement,
|
||||
flattenString
|
||||
)
|
||||
from allmydata.web.common import (
|
||||
abbreviate_time,
|
||||
MultiFormatResource
|
||||
|
Loading…
x
Reference in New Issue
Block a user