diff options
Diffstat (limited to 'gnuradio-core/src/lib/swig')
-rw-r--r-- | gnuradio-core/src/lib/swig/gnuradio_swig.scm | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gnuradio-core/src/lib/swig/gnuradio_swig.scm b/gnuradio-core/src/lib/swig/gnuradio_swig.scm new file mode 100644 index 000000000..961564d68 --- /dev/null +++ b/gnuradio-core/src/lib/swig/gnuradio_swig.scm @@ -0,0 +1,13 @@ +;;; +;;; Not sure that we need this for guile or not. +;;; We'll need to assemble the (gnuradio gr) module somewhere... +;;; + +;; # This file implements the old gnuradio_swig_python namespace +;; +;; from gnuradio_swig_py_runtime import * +;; from gnuradio_swig_py_general import * +;; from gnuradio_swig_py_gengen import * +;; from gnuradio_swig_py_filter import * +;; from gnuradio_swig_py_io import * +;; from gnuradio_swig_py_hier import * |