projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
559411f
)
pyfec: add fec/__init__.py to import all the right names into the fec module namespace
author
Zooko O'Whielacronx
<zooko@zooko.com>
Sat, 27 Jan 2007 03:25:36 +0000
(20:25 -0700)
committer
Zooko 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]
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
+