From: Zooko O'Whielacronx Date: Sat, 27 Jan 2007 03:25:36 +0000 (-0700) Subject: pyfec: add fec/__init__.py to import all the right names into the fec module namespace X-Git-Tag: tahoe_v0.1.0-0-UNSTABLE~300 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=1a4ff6655708d3cfd0367adfe50f60c48d3eb771;p=tahoe-lafs%2Ftahoe-lafs.git pyfec: add fec/__init__.py to import all the right names into the fec module namespace --- diff --git a/pyfec/fec/__init__.py b/pyfec/fec/__init__.py new file mode 100644 index 00000000..d107d31d --- /dev/null +++ b/pyfec/fec/__init__.py @@ -0,0 +1,3 @@ +from _fec import Encoder, Decoder, Error +import filefec +