diff options
author | Tom Rondeau | 2011-10-09 17:48:32 -0400 |
---|---|---|
committer | Tom Rondeau | 2011-10-09 17:48:32 -0400 |
commit | e2b943d6ea4e92d5364a5a31b2feb34d54990b08 (patch) | |
tree | 9472d433329fe28fab4c44dcb77ecdd3a7993303 /gr-qtgui/python | |
parent | f878223cfebb10d228c29b09531e4a519df76d19 (diff) | |
download | gnuradio-e2b943d6ea4e92d5364a5a31b2feb34d54990b08.tar.gz gnuradio-e2b943d6ea4e92d5364a5a31b2feb34d54990b08.tar.bz2 gnuradio-e2b943d6ea4e92d5364a5a31b2feb34d54990b08.zip |
qtgui: sneaking in a fix to add an include directory to gr-qtgui.
Diffstat (limited to 'gr-qtgui/python')
-rw-r--r-- | gr-qtgui/python/__init__.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gr-qtgui/python/__init__.py b/gr-qtgui/python/__init__.py index db113bbd3..236f211b1 100644 --- a/gr-qtgui/python/__init__.py +++ b/gr-qtgui/python/__init__.py @@ -19,6 +19,11 @@ # Boston, MA 02110-1301, USA. # +''' +This is the gr-qtgui package. This package includes QT-based graphical +sinks. +''' + # The presence of this file turns this directory into a Python package from qtgui_swig import * |