diff options
Diffstat (limited to 'gr-wxgui/src/python/__init__.py')
-rw-r--r-- | gr-wxgui/src/python/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gr-wxgui/src/python/__init__.py b/gr-wxgui/src/python/__init__.py index 027150db1..7be3c38aa 100644 --- a/gr-wxgui/src/python/__init__.py +++ b/gr-wxgui/src/python/__init__.py @@ -1 +1,2 @@ -# make this directory a package +import plotter + |