summaryrefslogtreecommitdiff
path: root/grc/data/platforms/python/blocks/variable_text_box.xml
diff options
context:
space:
mode:
Diffstat (limited to 'grc/data/platforms/python/blocks/variable_text_box.xml')
-rw-r--r--grc/data/platforms/python/blocks/variable_text_box.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/data/platforms/python/blocks/variable_text_box.xml b/grc/data/platforms/python/blocks/variable_text_box.xml
index 2857fa366..b5acd9d2e 100644
--- a/grc/data/platforms/python/blocks/variable_text_box.xml
+++ b/grc/data/platforms/python/blocks/variable_text_box.xml
@@ -8,7 +8,7 @@
<block>
<name>Variable Text Box</name>
<key>variable_text_box</key>
- <import>from grc_gnuradio.wxgui import forms</import>
+ <import>from gnuradio.wxgui import forms</import>
<make>$value
self['$id'] = $id
self.subscribe('$id', self.set_$(id))