From: zooko <zooko@zooko.com>
Date: Sat, 27 Jan 2007 02:25:36 +0000 (+0530)
Subject: pyfec: add fec/__init__.py to import all the right names into the fec module namespace
X-Git-Url: https://git.rkrishnan.org/components/com_hotproperty/flags/class-simplejson.JSONDecoder.html?a=commitdiff_plain;h=48b6e28d53a36bf67018b57a19bdb333f3deabf5;p=tahoe-lafs%2Fzfec.git

pyfec: add fec/__init__.py to import all the right names into the fec module namespace

darcs-hash:aa2e21bcd474c4dab378958a9089d901760ee9a4
---

diff --git a/pyfec/fec/__init__.py b/pyfec/fec/__init__.py
new file mode 100644
index 0000000..d107d31
--- /dev/null
+++ b/pyfec/fec/__init__.py
@@ -0,0 +1,3 @@
+from _fec import Encoder, Decoder, Error
+import filefec
+