From bd1e4d470c83470f1a54c2c4c85c8e475c070bfa Mon Sep 17 00:00:00 2001
From: Jacob Gilbert <jacob.gilbert@protonmail.com>
Date: Sat, 30 Jan 2021 20:18:48 -0800
Subject: gr-pdu: initial commit with the PDU module

There is only one simple block in here for now, and there are probably
some doxygen issues but it builds and tests properly.

Signed-off-by: Jacob Gilbert <jacob.gilbert@protonmail.com>
---
 gnuradio-runtime/python/gnuradio/__init__.py | 1 +
 1 file changed, 1 insertion(+)

(limited to 'gnuradio-runtime/python')

diff --git a/gnuradio-runtime/python/gnuradio/__init__.py b/gnuradio-runtime/python/gnuradio/__init__.py
index db7bc5cc48..2326c3ab89 100644
--- a/gnuradio-runtime/python/gnuradio/__init__.py
+++ b/gnuradio-runtime/python/gnuradio/__init__.py
@@ -56,4 +56,5 @@ if path.endswith(path_ending):
     __path__.append(os.path.join(build_path, 'gr-fec', 'python'))
     __path__.append(os.path.join(build_path, 'gr-utils'))
     __path__.append(os.path.join(build_path, 'gr-uhd', 'python'))
+    __path__.append(os.path.join(build_path, 'gr-pdu', 'python'))
     __path__.append(os.path.join(build_path, 'gr-zeromq', 'python'))
-- 
cgit v1.2.3