diff options
Diffstat (limited to 'gr-fec/python/fec/capillary_threaded_encoder.py')
-rw-r--r-- | gr-fec/python/fec/capillary_threaded_encoder.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-fec/python/fec/capillary_threaded_encoder.py b/gr-fec/python/fec/capillary_threaded_encoder.py index 95d9f32531..4b67280574 100644 --- a/gr-fec/python/fec/capillary_threaded_encoder.py +++ b/gr-fec/python/fec/capillary_threaded_encoder.py @@ -14,7 +14,7 @@ from __future__ import unicode_literals import math from gnuradio import gr, blocks -from . import fec_swig as fec +from . import fec_python as fec class capillary_threaded_encoder(gr.hier_block2): |