diff options
author | Eric Blossom | 2010-03-04 07:06:30 -0800 |
---|---|---|
committer | Eric Blossom | 2010-03-04 07:06:30 -0800 |
commit | 72edafee64f906f4e5db07ac66032492c6a7a617 (patch) | |
tree | b830fea08812bb9d3623b0cf92673327cc80788e /gr-howto-write-a-block/grc | |
parent | eb6ff48d9b5894d1662f361d82d2c7cd80b35218 (diff) | |
parent | 6c3b6396bc420228215072b2fc1b83c82eaeb291 (diff) | |
download | gnuradio-72edafee64f906f4e5db07ac66032492c6a7a617.tar.gz gnuradio-72edafee64f906f4e5db07ac66032492c6a7a617.tar.bz2 gnuradio-72edafee64f906f4e5db07ac66032492c6a7a617.zip |
Merge branch 'howto'
* howto:
Refactor gr-howto-write-a-block such that it no longer installs into
Diffstat (limited to 'gr-howto-write-a-block/grc')
-rw-r--r-- | gr-howto-write-a-block/grc/howto_square2_ff.xml | 2 | ||||
-rw-r--r-- | gr-howto-write-a-block/grc/howto_square_ff.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gr-howto-write-a-block/grc/howto_square2_ff.xml b/gr-howto-write-a-block/grc/howto_square2_ff.xml index 2b46106e8..c58ef0047 100644 --- a/gr-howto-write-a-block/grc/howto_square2_ff.xml +++ b/gr-howto-write-a-block/grc/howto_square2_ff.xml @@ -3,7 +3,7 @@ <name>Square2</name> <key>howto_square2_ff</key> <category>HOWTO</category> - <import>from gnuradio import howto</import> + <import>import howto</import> <make>howto.square2_ff()</make> <sink> diff --git a/gr-howto-write-a-block/grc/howto_square_ff.xml b/gr-howto-write-a-block/grc/howto_square_ff.xml index ed318bfc6..34a0b0a3f 100644 --- a/gr-howto-write-a-block/grc/howto_square_ff.xml +++ b/gr-howto-write-a-block/grc/howto_square_ff.xml @@ -3,7 +3,7 @@ <name>Square</name> <key>howto_square_ff</key> <category>HOWTO</category> - <import>from gnuradio import howto</import> + <import>import howto</import> <make>howto.square_ff()</make> <sink> |