summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'gnuradio-core/src/lib')
-rw-r--r--gnuradio-core/src/lib/swig/Makefile.am4
-rw-r--r--gnuradio-core/src/lib/swig/gnuradio_core.py (renamed from gnuradio-core/src/lib/swig/gnuradio_swig_python.py)2
-rw-r--r--gnuradio-core/src/lib/swig/gnuradio_swig.scm2
3 files changed, 4 insertions, 4 deletions
diff --git a/gnuradio-core/src/lib/swig/Makefile.am b/gnuradio-core/src/lib/swig/Makefile.am
index f354efe0b..9e0d2f69e 100644
--- a/gnuradio-core/src/lib/swig/Makefile.am
+++ b/gnuradio-core/src/lib/swig/Makefile.am
@@ -29,7 +29,7 @@ CLEANFILES += guile/gnuradio*
endif
# ----------------------------------------------------------------
-# We've split the previously monstrous gnuradio_swig_python into 6
+# We've split the previously monstrous gnuradio_core into 6
# smaller pieces. This reduces compile time coupling and creates
# smaller pieces for the compiler to digest. prior to this change, on
# X86_64, g++'s resident set size was 650MB!
@@ -68,7 +68,7 @@ EXTRA_DIST = gen-swig-bug-fix
# special install for this top-level Python script which includes all
# of the split Python libraries.
ourpythondir = $(grpythondir)/gr
-ourpython_PYTHON = gnuradio_swig_python.py
+ourpython_PYTHON = gnuradio_core.py
# ----------------------------------------------------------------
# FIXME As of swig 1.3.31, this still seems to be required...
diff --git a/gnuradio-core/src/lib/swig/gnuradio_swig_python.py b/gnuradio-core/src/lib/swig/gnuradio_core.py
index 8f9fffd5c..172051013 100644
--- a/gnuradio-core/src/lib/swig/gnuradio_swig_python.py
+++ b/gnuradio-core/src/lib/swig/gnuradio_core.py
@@ -18,7 +18,7 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
-# This file implements the old gnuradio_swig_python namespace
+# This file implements the old gnuradio_core namespace
from gnuradio_core_runtime import *
from gnuradio_core_general import *
diff --git a/gnuradio-core/src/lib/swig/gnuradio_swig.scm b/gnuradio-core/src/lib/swig/gnuradio_swig.scm
index 961564d68..c07d46a64 100644
--- a/gnuradio-core/src/lib/swig/gnuradio_swig.scm
+++ b/gnuradio-core/src/lib/swig/gnuradio_swig.scm
@@ -3,7 +3,7 @@
;;; We'll need to assemble the (gnuradio gr) module somewhere...
;;;
-;; # This file implements the old gnuradio_swig_python namespace
+;; # This file implements the old gnuradio_core namespace
;;
;; from gnuradio_swig_py_runtime import *
;; from gnuradio_swig_py_general import *