diff options
Diffstat (limited to 'gr-zeromq/examples/gui.py')
-rwxr-xr-x | gr-zeromq/examples/gui.py | 14 |
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): |