summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/python
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2013-02-16 14:39:28 -0500
committerTom Rondeau <trondeau@vt.edu>2013-02-16 14:46:51 -0500
commit8827ecc87eca9a1e970dd2ba5da0731cd9db0e98 (patch)
treed47d45315130de88c14ea174d36e3086c86d7165 /gnuradio-core/src/python
parent6e2f2e4716bedb1317b44d5b03bde4468b2502fd (diff)
core: Making an all C++ version of the preferences/config file readers.
This replaces the Python config parser stuff; should have same functionality that we need.
Diffstat (limited to 'gnuradio-core/src/python')
-rw-r--r--gnuradio-core/src/python/gnuradio/gr/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-core/src/python/gnuradio/gr/__init__.py b/gnuradio-core/src/python/gnuradio/gr/__init__.py
index f1b971e62d..1c2c4c8371 100644
--- a/gnuradio-core/src/python/gnuradio/gr/__init__.py
+++ b/gnuradio-core/src/python/gnuradio/gr/__init__.py
@@ -36,7 +36,7 @@ serial_to_parallel = stream_to_vector
parallel_to_serial = vector_to_stream
# Force the preference database to be initialized
-from prefs import prefs
+prefs = gr_prefs.singleton
#alias old gr_add_vXX and gr_multiply_vXX
add_vcc = add_cc