]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
trivial: remove unused import detected by pyflakes, and remove trailing whitespace
authorZooko O'Whielacronx <zooko@zooko.com>
Thu, 5 Mar 2009 23:32:04 +0000 (16:32 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Thu, 5 Mar 2009 23:32:04 +0000 (16:32 -0700)
Makefile
src/allmydata/storage/server.py

index 8a58150338c946327f871dad61245f14834c40f6..967430445af697372da0885985d7409a22449d12 100644 (file)
--- a/Makefile
+++ b/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=
index 1827dd5c4df6974514e08b100536909923e77f5a..5f60ef180410964b27fe834220c577549225bef9 100644 (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