]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
pyfec: add fec/__init__.py to import all the right names into the fec module namespace
authorZooko O'Whielacronx <zooko@zooko.com>
Sat, 27 Jan 2007 03:25:36 +0000 (20:25 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Sat, 27 Jan 2007 03:25:36 +0000 (20:25 -0700)
pyfec/fec/__init__.py [new file with mode: 0644]

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