mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-03 17:50:39 +00:00
Rearrange imports
This commit is contained in:
parent
7a23c8ed6c
commit
55170dcd2b
@ -1,12 +1,30 @@
|
|||||||
|
|
||||||
import time
|
import time
|
||||||
import json
|
import json
|
||||||
from nevow import rend, inevow, tags as T
|
from nevow import (
|
||||||
from twisted.web import http, html
|
rend,
|
||||||
from allmydata.web.common import getxmlfile, get_arg, get_root, WebError
|
inevow,
|
||||||
|
tags as T,
|
||||||
|
)
|
||||||
|
from twisted.web import (
|
||||||
|
http,
|
||||||
|
html,
|
||||||
|
)
|
||||||
|
from allmydata.web.common import (
|
||||||
|
getxmlfile,
|
||||||
|
get_arg,
|
||||||
|
get_root,
|
||||||
|
WebError,
|
||||||
|
)
|
||||||
from allmydata.web.operations import ReloadMixin
|
from allmydata.web.operations import ReloadMixin
|
||||||
from allmydata.interfaces import ICheckAndRepairResults, ICheckResults
|
from allmydata.interfaces import (
|
||||||
from allmydata.util import base32, dictutil
|
ICheckAndRepairResults,
|
||||||
|
ICheckResults,
|
||||||
|
)
|
||||||
|
from allmydata.util import (
|
||||||
|
base32,
|
||||||
|
dictutil,
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
def json_check_counts(r):
|
def json_check_counts(r):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user