diff options
author | Eric Blossom <eb@comsec.com> | 2010-10-23 11:20:09 -0700 |
---|---|---|
committer | Eric Blossom <eb@comsec.com> | 2010-11-10 12:13:53 -0800 |
commit | 70dd1dc6610135a1967de554189be38af8f3b080 (patch) | |
tree | 6fe84b3a95a4621f5083d0eddd2dc7e9e9a7d389 /gnuradio-core/src/python/gnuradio/gr/scheduler.py | |
parent | 412a00434139ffa53469545bd878e24eec5bb61d (diff) |
rename s/gnuradio_swig_python/gnuradio_core/g
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 |