From db19b627028896e78ffaa572f813d8cdf9277e3c Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@lothar.com>
Date: Tue, 29 Dec 2009 15:39:09 -0800
Subject: [PATCH] immutable/checker.py: oops, forgot some imports. Also hush
 pyflakes.

---
 src/allmydata/immutable/checker.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/allmydata/immutable/checker.py b/src/allmydata/immutable/checker.py
index a4c95afb..b8642c35 100644
--- a/src/allmydata/immutable/checker.py
+++ b/src/allmydata/immutable/checker.py
@@ -1,11 +1,10 @@
 from foolscap.api import DeadReferenceError, RemoteException
-from twisted.internet import defer
 from allmydata.hashtree import IncompleteHashTree
 from allmydata.check_results import CheckResults
 from allmydata.immutable import download
 from allmydata.uri import CHKFileVerifierURI
 from allmydata.util.assertutil import precondition
-from allmydata.util import base32, deferredutil, dictutil, log
+from allmydata.util import base32, idlib, deferredutil, dictutil, log
 from allmydata.util.hashutil import file_renewal_secret_hash, \
      file_cancel_secret_hash, bucket_renewal_secret_hash, \
      bucket_cancel_secret_hash
-- 
2.45.2