diff options
author | Josh Morman <mormjb@gmail.com> | 2020-04-23 08:57:13 -0400 |
---|---|---|
committer | Josh Morman <mormjb@gmail.com> | 2020-06-04 10:05:47 -0400 |
commit | ac45d95b4ee421b1e1a76ba199a490a603c15c6b (patch) | |
tree | 5ae672e16f30c63c5b27ddbcdc085eb0fa8b5926 /gr-fec/python/fec/extended_async_encoder.py | |
parent | a49a9cced34393f3f755f58797c970c171087fa5 (diff) |
fec: add pybind11 bindings
Diffstat (limited to 'gr-fec/python/fec/extended_async_encoder.py')
-rw-r--r-- | gr-fec/python/fec/extended_async_encoder.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-fec/python/fec/extended_async_encoder.py b/gr-fec/python/fec/extended_async_encoder.py index 9766c661ed..6390d135e2 100644 --- a/gr-fec/python/fec/extended_async_encoder.py +++ b/gr-fec/python/fec/extended_async_encoder.py @@ -16,7 +16,7 @@ import weakref from gnuradio import gr -from . import fec_swig as fec +from . import fec_python as fec from .bitflip import read_bitlist |