From e9199a89ab1c72afe36719e9f3d5a1ba1ba58a42 Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Thu, 5 Mar 2009 16:32:04 -0700
Subject: [PATCH] trivial: remove unused import detected by pyflakes, and
 remove trailing whitespace

---
 Makefile                        | 2 +-
 src/allmydata/storage/server.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 8a581503..96743044 100644
--- 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=
diff --git a/src/allmydata/storage/server.py b/src/allmydata/storage/server.py
index 1827dd5c..5f60ef18 100644
--- a/src/allmydata/storage/server.py
+++ b/src/allmydata/storage/server.py
@@ -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
-- 
2.45.2