mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 08:25:35 +00:00
unused imports
This commit is contained in:
parent
757bcc5309
commit
65ec212779
@ -19,10 +19,6 @@ from twisted.web.template import (
|
||||
)
|
||||
from hyperlink import URL
|
||||
from twisted.python.filepath import FilePath
|
||||
from nevow import url, rend, inevow, tags as T
|
||||
from nevow.inevow import IRequest
|
||||
|
||||
from foolscap.api import fireEventually
|
||||
|
||||
from allmydata.util import base32
|
||||
from allmydata.util.encodingutil import to_str
|
||||
@ -48,7 +44,6 @@ from allmydata.web.common import (
|
||||
get_root,
|
||||
parse_replace_arg,
|
||||
should_create_intermediate_directories,
|
||||
getxmlfile,
|
||||
RenderMixin,
|
||||
humanize_failure,
|
||||
convert_children_json,
|
||||
|
@ -19,7 +19,7 @@ from allmydata.util import log, base32
|
||||
from allmydata.util.encodingutil import quote_output
|
||||
from allmydata.blacklist import FileProhibited, ProhibitedNode
|
||||
|
||||
from allmydata.web.common import text_plain, WebError, RenderMixin, \
|
||||
from allmydata.web.common import text_plain, WebError, \
|
||||
boolean_of_arg, get_arg, should_create_intermediate_directories, \
|
||||
MyExceptionHandler, parse_replace_arg, parse_offset_arg, \
|
||||
get_format, get_mutable_type, get_filenode_metadata
|
||||
|
Loading…
x
Reference in New Issue
Block a user