summaryrefslogtreecommitdiff
path: root/gr-qtgui/apps/pyqt_example_f.py
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2011-03-27 14:25:15 -0400
committerTom Rondeau <trondeau@vt.edu>2011-03-27 14:25:15 -0400
commit0726044c8c608826253d732512b56f0c88e0c55c (patch)
treeb64e783eb5d776068df9bc9fd94a0d9e984dbf15 /gr-qtgui/apps/pyqt_example_f.py
parent9ebfa393e94a5614fccac987a7044bc66814af78 (diff)
gr-qtgui: making necessary changes to build a python package and export qtgui; also preserves old convention of 'from gnuradio.qtgui import qtgui'. Some of the examples have been updated to use the new (cleaner) convention.
Diffstat (limited to 'gr-qtgui/apps/pyqt_example_f.py')
-rwxr-xr-xgr-qtgui/apps/pyqt_example_f.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-qtgui/apps/pyqt_example_f.py b/gr-qtgui/apps/pyqt_example_f.py
index 4e36ccca5f..ed525ae639 100755
--- a/gr-qtgui/apps/pyqt_example_f.py
+++ b/gr-qtgui/apps/pyqt_example_f.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
from gnuradio import gr, blks2
-from gnuradio.qtgui import qtgui
+from gnuradio import qtgui
from PyQt4 import QtGui, QtCore
import sys, sip