summaryrefslogtreecommitdiff
path: root/gr-fec
diff options
context:
space:
mode:
authorBen Reynwar <ben@reynwar.net>2013-06-04 10:59:29 -0700
committerBen Reynwar <ben@reynwar.net>2013-06-04 11:55:00 -0700
commit48f3452530b29627ce57089b65363776dbe9a179 (patch)
treea2005c23b427415b9d86bcf256c49b3480f61427 /gr-fec
parentba0a9afedcd5451f2032004e9d583ed78d74ece2 (diff)
uninstalled import: Updatings blocks, fec, uhd, and filter so that uninstalled import works with recent changes.
Diffstat (limited to 'gr-fec')
-rw-r--r--gr-fec/CMakeLists.txt2
-rw-r--r--gr-fec/python/fec/CMakeLists.txt (renamed from gr-fec/python/CMakeLists.txt)0
-rw-r--r--gr-fec/python/fec/__init__.py (renamed from gr-fec/python/__init__.py)0
-rwxr-xr-xgr-fec/python/fec/qa_ecc_ccsds_27.py (renamed from gr-fec/python/qa_ecc_ccsds_27.py)0
4 files changed, 1 insertions, 1 deletions
diff --git a/gr-fec/CMakeLists.txt b/gr-fec/CMakeLists.txt
index 9a3e22748e..b40023766b 100644
--- a/gr-fec/CMakeLists.txt
+++ b/gr-fec/CMakeLists.txt
@@ -86,7 +86,7 @@ add_subdirectory(include/gnuradio/fec)
add_subdirectory(lib)
if(ENABLE_PYTHON)
add_subdirectory(swig)
- add_subdirectory(python)
+ add_subdirectory(python/fec)
add_subdirectory(grc)
endif(ENABLE_PYTHON)
#add_subdirectory(examples)
diff --git a/gr-fec/python/CMakeLists.txt b/gr-fec/python/fec/CMakeLists.txt
index a05981c8e6..a05981c8e6 100644
--- a/gr-fec/python/CMakeLists.txt
+++ b/gr-fec/python/fec/CMakeLists.txt
diff --git a/gr-fec/python/__init__.py b/gr-fec/python/fec/__init__.py
index 05e75ea39a..05e75ea39a 100644
--- a/gr-fec/python/__init__.py
+++ b/gr-fec/python/fec/__init__.py
diff --git a/gr-fec/python/qa_ecc_ccsds_27.py b/gr-fec/python/fec/qa_ecc_ccsds_27.py
index 895e683345..895e683345 100755
--- a/gr-fec/python/qa_ecc_ccsds_27.py
+++ b/gr-fec/python/fec/qa_ecc_ccsds_27.py