summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgnuradio-core/src/python/gnuradio/gr/qa_pdu.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnuradio-core/src/python/gnuradio/gr/qa_pdu.py b/gnuradio-core/src/python/gnuradio/gr/qa_pdu.py
index 64eb80a8f..83c7748af 100755
--- a/gnuradio-core/src/python/gnuradio/gr/qa_pdu.py
+++ b/gnuradio-core/src/python/gnuradio/gr/qa_pdu.py
@@ -21,8 +21,9 @@
#
from gnuradio import gr, gr_unittest
-from gruel import pmt
-import time;
+import pmt
+import time
+
class test_pdu(gr_unittest.TestCase):
def setUp(self):