From: Brian Warner <warner@allmydata.com>
Date: Fri, 13 Apr 2007 03:09:32 +0000 (-0700)
Subject: encode.py: remove an unused import
X-Git-Tag: tahoe_v0.1.0-0-UNSTABLE~105
X-Git-Url: https://git.rkrishnan.org/components/frontends/index.php?a=commitdiff_plain;h=03fbee6ade1be3c3bfe80251689d1e284d5445c1;p=tahoe-lafs%2Ftahoe-lafs.git

encode.py: remove an unused import
---

diff --git a/src/allmydata/encode.py b/src/allmydata/encode.py
index f22e72cc..50c3c389 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, roundup_pow2
+from allmydata.hashtree import HashTree
 from allmydata.Crypto.Cipher import AES
 from allmydata.util import mathutil, hashutil
 from allmydata.util.assertutil import _assert