mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-07 10:56:49 +00:00
trivial: remove unused import detected by pyflakes, and remove trailing whitespace
This commit is contained in:
parent
341c7aad83
commit
e9199a89ab
2
Makefile
2
Makefile
@ -337,7 +337,7 @@ setup-deb: is-known-debian-arch
|
||||
ln -s misc/$(TAHOE_ARCH)/debian debian
|
||||
chmod +x debian/rules
|
||||
|
||||
# etch (current debian stable) has python-simplejson-1.3, which doesn't
|
||||
# etch (current debian stable) has python-simplejson-1.3, which doesn't
|
||||
# support indent=
|
||||
# sid (debian unstable) currently has python-simplejson 1.7.1
|
||||
# edgy has 1.3, which doesn't support indent=
|
||||
|
@ -5,7 +5,7 @@ from twisted.application import service
|
||||
|
||||
from zope.interface import implements
|
||||
from allmydata.interfaces import RIStorageServer, IStatsProducer
|
||||
from allmydata.util import base32, fileutil, log, time_format
|
||||
from allmydata.util import fileutil, log, time_format
|
||||
import allmydata # for __full_version__
|
||||
|
||||
from allmydata.storage.common import si_b2a, si_a2b, storage_index_to_dir
|
||||
|
Loading…
x
Reference in New Issue
Block a user