blob: c07d46a64b725f2aefb80a6d2e15e03bf598b005 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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_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 *
|