diff options
author | Marcus Müller <mmueller@gnuradio.org> | 2019-07-17 21:51:56 +0200 |
---|---|---|
committer | Marcus Müller <marcus@hostalia.de> | 2019-07-17 22:31:50 +0200 |
commit | 29a50db640a3fe56f26a60f3a9cceb6e2b34fa9f (patch) | |
tree | 5560bd581a17ba71ee63b5349ecce8a44622e3c3 /gnuradio-runtime/python/gnuradio | |
parent | f6273f1f01ef6aa0e6f101372bab275a3dc24be0 (diff) |
Purge gr-comedi and all references to it from mainline GNU Radio
This includes the gr-comedi/ subdirectory, the build infrastructure and
CMake modules referencing Comedi, and the documentation.
Diffstat (limited to 'gnuradio-runtime/python/gnuradio')
-rw-r--r-- | gnuradio-runtime/python/gnuradio/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnuradio-runtime/python/gnuradio/__init__.py b/gnuradio-runtime/python/gnuradio/__init__.py index c1735c3d8b..7e7b6d8bc4 100644 --- a/gnuradio-runtime/python/gnuradio/__init__.py +++ b/gnuradio-runtime/python/gnuradio/__init__.py @@ -40,7 +40,6 @@ if path.endswith(path_ending): __path__.append(os.path.join(build_path, 'gr-qtgui', 'python')) __path__.append(os.path.join(build_path, 'gr-video-sdl', 'python')) __path__.append(os.path.join(build_path, 'gr-vocoder', 'python')) - __path__.append(os.path.join(build_path, 'gr-comedi', 'python')) __path__.append(os.path.join(build_path, 'gr-channels', 'python')) __path__.append(os.path.join(build_path, 'gr-fec', 'python')) __path__.append(os.path.join(build_path, 'gr-utils', 'python')) |