summaryrefslogtreecommitdiff
path: root/gr-zeromq/examples
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2014-04-18 11:16:53 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2014-04-22 15:07:21 -0700
commit9c4cf2b829f05d58d5089cf90a75d3f3f98513dc (patch)
treee0c1d3ad697137813cbac73ca7d0bc21f66d5035 /gr-zeromq/examples
parent4b8c849546573b32337835c4956dc59bc6dad636 (diff)
zeromq: fix import in example
Diffstat (limited to 'gr-zeromq/examples')
-rwxr-xr-xgr-zeromq/examples/gui.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/gr-zeromq/examples/gui.py b/gr-zeromq/examples/gui.py
index 5656fd9a39..6d2304a71b 100755
--- a/gr-zeromq/examples/gui.py
+++ b/gr-zeromq/examples/gui.py
@@ -1,25 +1,25 @@
#!/usr/bin/env python
-#
+#
# Copyright 2013 Institute for Theoretical Information Technology,
# RWTH Aachen University
-#
+#
# Authors: Johannes Schmitz <schmitz@ti.rwth-aachen.de>
-#
+#
# This is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
-#
+#
# This software is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
-#
+#
# You should have received a copy of the GNU General Public License
# along with this software; see the file COPYING. If not, write to
# the Free Software Foundation, Inc., 51 Franklin Street,
# Boston, MA 02110-1301, USA.
-#
+#
###############################################################################
# Imports
###############################################################################
@@ -30,7 +30,7 @@ import sys
import os
from PyQt4 import Qt, QtGui, QtCore, uic
import PyQt4.Qwt5 as Qwt
-import zeromq
+from gnuradio import zeromq
import signal
class gui(QtGui.QMainWindow):