diff options
Diffstat (limited to 'gnuradio-core/src/python/gnuradio/gr/scheduler.py')
-rw-r--r-- | gnuradio-core/src/python/gnuradio/gr/scheduler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-core/src/python/gnuradio/gr/scheduler.py b/gnuradio-core/src/python/gnuradio/gr/scheduler.py index 4694d48b2e..67f79ab77d 100644 --- a/gnuradio-core/src/python/gnuradio/gr/scheduler.py +++ b/gnuradio-core/src/python/gnuradio/gr/scheduler.py @@ -20,7 +20,7 @@ # from gnuradio.gr.exceptions import * -from gnuradio_swig_python import single_threaded_scheduler, sts_pyrun +from gnuradio_core import single_threaded_scheduler, sts_pyrun import gr_threading as _threading #import threading as _threading |