projects
/
tahoe-lafs
/
zfec.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56b6c63
)
pyfec: add fec/__init__.py to import all the right names into the fec module namespace
author
zooko
<zooko@zooko.com>
Sat, 27 Jan 2007 02:25:36 +0000
(07:55 +0530)
committer
zooko
<zooko@zooko.com>
Sat, 27 Jan 2007 02:25:36 +0000
(07:55 +0530)
darcs-hash:
aa2e21bcd474c4dab378958a9089d901760ee9a4
pyfec/fec/__init__.py
[new file with mode: 0644]
patch
|
blob
diff --git a/pyfec/fec/__init__.py
b/pyfec/fec/__init__.py
new file mode 100644
(file)
index 0000000..
d107d31
--- /dev/null
+++ b/
pyfec/fec/__init__.py
@@ -0,0
+1,3
@@
+from _fec import Encoder, Decoder, Error
+import filefec
+