summaryrefslogtreecommitdiff
path: root/grc/scripts
diff options
context:
space:
mode:
authorjblum <jblum@221aa14e-8319-0410-a670-987f0aec2ac5>2008-09-28 03:35:21 +0000
committerjblum <jblum@221aa14e-8319-0410-a670-987f0aec2ac5>2008-09-28 03:35:21 +0000
commit0174f42a56c3e95008ffc6a9771f2bb2d155f0f5 (patch)
tree12dc3767a96b89d4e428e44691f01b4ef9e24d99 /grc/scripts
parentff9c2110d832a0d3b097eab9ca31562f91566404 (diff)
freedesktop
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9668 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'grc/scripts')
-rwxr-xr-xgrc/scripts/grc3
1 files changed, 2 insertions, 1 deletions
diff --git a/grc/scripts/grc b/grc/scripts/grc
index 93a9a05c0e..4073c92f88 100755
--- a/grc/scripts/grc
+++ b/grc/scripts/grc
@@ -18,7 +18,8 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
"""
-from gnuradio.grc.platforms.base.Constants import VERSION, FLOW_GRAPH_FILE_EXTENSION
+from gnuradio.grc.gui.Constants import FLOW_GRAPH_FILE_EXTENSION
+from gnuradio.grc.platforms.base.Constants import VERSION
from optparse import OptionParser
if __name__ == "__main__":