From: Brian Warner <warner@lothar.com>
Date: Tue, 29 Dec 2009 23:39:09 +0000 (-0800)
Subject: immutable/checker.py: oops, forgot some imports. Also hush pyflakes.
X-Git-Tag: trac-4200~52
X-Git-Url: https://git.rkrishnan.org/vdrive/%22file:/%3C?a=commitdiff_plain;h=db19b627028896e78ffaa572f813d8cdf9277e3c;p=tahoe-lafs%2Ftahoe-lafs.git

immutable/checker.py: oops, forgot some imports. Also hush pyflakes.
---

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