diff options
author | Ben Reynwar <ben@reynwar.net> | 2013-03-11 20:30:13 -0700 |
---|---|---|
committer | Ben Reynwar <ben@reynwar.net> | 2013-03-11 20:30:13 -0700 |
commit | fe9b0ee3ea739ac07321acd31fc5824192cf7cb8 (patch) | |
tree | 7a1abd82bd7d726f0b906706a9410576802e7fa8 /gr-blocks/python/blocks/qa_pack_k_bits.py | |
parent | e8bf0ad5a721645f81b7c90743b4867b352d504c (diff) |
blocks: Updating testing environment.
Diffstat (limited to 'gr-blocks/python/blocks/qa_pack_k_bits.py')
-rwxr-xr-x | gr-blocks/python/blocks/qa_pack_k_bits.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-blocks/python/blocks/qa_pack_k_bits.py b/gr-blocks/python/blocks/qa_pack_k_bits.py index cd55d2f200..992b5e1b78 100755 --- a/gr-blocks/python/blocks/qa_pack_k_bits.py +++ b/gr-blocks/python/blocks/qa_pack_k_bits.py @@ -20,10 +20,10 @@ # Boston, MA 02110-1301, USA. # -from gnuradio import gr, gr_unittest -import blocks_swig as blocks import random +from gnuradio import gr, gr_unittest, blocks + class test_pack(gr_unittest.TestCase): def setUp(self): |