summaryrefslogtreecommitdiff
path: root/gr-blocks/python/blocks/qa_sample_and_hold.py
diff options
context:
space:
mode:
authorBen Reynwar <ben@reynwar.net>2013-03-11 20:30:13 -0700
committerBen Reynwar <ben@reynwar.net>2013-03-11 20:30:13 -0700
commitfe9b0ee3ea739ac07321acd31fc5824192cf7cb8 (patch)
tree7a1abd82bd7d726f0b906706a9410576802e7fa8 /gr-blocks/python/blocks/qa_sample_and_hold.py
parente8bf0ad5a721645f81b7c90743b4867b352d504c (diff)
blocks: Updating testing environment.
Diffstat (limited to 'gr-blocks/python/blocks/qa_sample_and_hold.py')
-rw-r--r--gr-blocks/python/blocks/qa_sample_and_hold.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/gr-blocks/python/blocks/qa_sample_and_hold.py b/gr-blocks/python/blocks/qa_sample_and_hold.py
index 59628090d1..4c738f0dce 100644
--- a/gr-blocks/python/blocks/qa_sample_and_hold.py
+++ b/gr-blocks/python/blocks/qa_sample_and_hold.py
@@ -21,8 +21,7 @@
#
import time
-from gnuradio import gr, gr_unittest
-import blocks_swig as blocks
+from gnuradio import gr, gr_unittest, blocks
class test_sample_and_hold(gr_unittest.TestCase):