trivial: remove unused import detected by pyflakes, and remove trailing whitespace

This commit is contained in:
Zooko O'Whielacronx 2009-03-05 16:32:04 -07:00
parent 341c7aad83
commit e9199a89ab
2 changed files with 2 additions and 2 deletions

View File

@ -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=

View File

@ -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