diff options
author | Eric Blossom | 2010-10-23 12:04:42 -0700 |
---|---|---|
committer | Eric Blossom | 2010-11-10 12:13:53 -0800 |
commit | 0a81b7d48de58cd83f7076fb9bd45cf30595c9ec (patch) | |
tree | b4516c133f004556330772e31346c3f0c18cc5d0 /gnuradio-core/src | |
parent | d1685679788103a280f4c7b373051b9e1779571f (diff) | |
download | gnuradio-0a81b7d48de58cd83f7076fb9bd45cf30595c9ec.tar.gz gnuradio-0a81b7d48de58cd83f7076fb9bd45cf30595c9ec.tar.bz2 gnuradio-0a81b7d48de58cd83f7076fb9bd45cf30595c9ec.zip |
rm gnuradio_swig.scm. Got turned into gnuradio_core.scm
Diffstat (limited to 'gnuradio-core/src')
-rw-r--r-- | gnuradio-core/src/lib/swig/gnuradio_swig.scm | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/gnuradio-core/src/lib/swig/gnuradio_swig.scm b/gnuradio-core/src/lib/swig/gnuradio_swig.scm deleted file mode 100644 index c07d46a64..000000000 --- a/gnuradio-core/src/lib/swig/gnuradio_swig.scm +++ /dev/null @@ -1,13 +0,0 @@ -;;; -;;; 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_core 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 * |