From dcf5abb51c065830b108c948e76c1a9367354818 Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@lothar.com>
Date: Thu, 7 Jun 2007 02:56:16 -0700
Subject: [PATCH] encode.py: fix pyflakes warning

---
 src/allmydata/encode.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/allmydata/encode.py b/src/allmydata/encode.py
index 14d1804b..a5200459 100644
--- a/src/allmydata/encode.py
+++ b/src/allmydata/encode.py
@@ -3,7 +3,7 @@
 from zope.interface import implements
 from twisted.internet import defer
 from twisted.python import log
-from allmydata.hashtree import HashTree, IncompleteHashTree, \
+from allmydata.hashtree import HashTree, \
      block_hash, thingA_hash, plaintext_hash, crypttext_hash
 from allmydata.Crypto.Cipher import AES
 from allmydata.util import mathutil, bencode
-- 
2.45.2