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

This commit is contained in:
Zooko O'Whielacronx 2007-01-26 20:25:36 -07:00
parent 559411f96d
commit 1a4ff66557

3
pyfec/fec/__init__.py Normal file
View File

@ -0,0 +1,3 @@
from _fec import Encoder, Decoder, Error
import filefec