From a6678b9a378d1605f5e3634680be0345f3a28bc1 Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@lothar.com>
Date: Mon, 1 Jan 2007 23:44:12 -0700
Subject: [PATCH] filetable_new: import py_ecc, make the tests get a little bit
 further

---
 src/allmydata/encode_new.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/allmydata/encode_new.py b/src/allmydata/encode_new.py
index eb6172d2..b7cab187 100644
--- a/src/allmydata/encode_new.py
+++ b/src/allmydata/encode_new.py
@@ -7,6 +7,7 @@ from Crypto.Cipher import AES
 import sha
 from allmydata.util import mathutil
 from allmydata.util.assertutil import _assert, precondition
+from allmydata.py_ecc import rs_code
 
 def hash(data):
     return sha.new(data).digest()
-- 
2.45.2