diff options
Diffstat (limited to 'gr-howto-write-a-block/grc/howto_square2_ff.xml')
-rw-r--r-- | gr-howto-write-a-block/grc/howto_square2_ff.xml | 2 |
1 files changed, 1 insertions, 1 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> |