diff options
Diffstat (limited to 'gr-wxgui/python/wxgui/__init__.py')
-rw-r--r-- | gr-wxgui/python/wxgui/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gr-wxgui/python/wxgui/__init__.py b/gr-wxgui/python/wxgui/__init__.py index 07dbaf1620..dd81647fe9 100644 --- a/gr-wxgui/python/wxgui/__init__.py +++ b/gr-wxgui/python/wxgui/__init__.py @@ -22,3 +22,5 @@ ''' Provides a GUI interface using the Wx backend. ''' + +from wxgui_swig import * |