diff options
Diffstat (limited to 'gr-qtgui/python/__init__.py')
-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 * |