diff options
author | Tom Rondeau <trondeau@vt.edu> | 2011-03-27 14:25:15 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2011-03-27 14:25:15 -0400 |
commit | 0726044c8c608826253d732512b56f0c88e0c55c (patch) | |
tree | b64e783eb5d776068df9bc9fd94a0d9e984dbf15 /gr-qtgui/apps/pyqt_example_f.py | |
parent | 9ebfa393e94a5614fccac987a7044bc66814af78 (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-x | gr-qtgui/apps/pyqt_example_f.py | 2 |
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 |