summaryrefslogtreecommitdiff
path: root/gr-qtgui/swig/__init__.py
diff options
context:
space:
mode:
authorTom Rondeau2011-03-27 13:10:40 -0400
committerTom Rondeau2011-03-27 13:10:40 -0400
commit4a1dfe6b13a6ea839e1e6f4792d5f8992c495594 (patch)
treea7d319d2168222fda078d448fc1e1992e55b47e3 /gr-qtgui/swig/__init__.py
parent43b9359fabe5c153a02081ae56047b9e121dce02 (diff)
downloadgnuradio-4a1dfe6b13a6ea839e1e6f4792d5f8992c495594.tar.gz
gnuradio-4a1dfe6b13a6ea839e1e6f4792d5f8992c495594.tar.bz2
gnuradio-4a1dfe6b13a6ea839e1e6f4792d5f8992c495594.zip
gr-qtgui: wip: moving and renaming files for new structure.
Diffstat (limited to 'gr-qtgui/swig/__init__.py')
-rw-r--r--gr-qtgui/swig/__init__.py24
1 files changed, 24 insertions, 0 deletions
diff --git a/gr-qtgui/swig/__init__.py b/gr-qtgui/swig/__init__.py
new file mode 100644
index 000000000..3986f2513
--- /dev/null
+++ b/gr-qtgui/swig/__init__.py
@@ -0,0 +1,24 @@
+#
+# Copyright 2011 Free Software Foundation, Inc.
+#
+# This file is part of GNU Radio
+#
+# GNU Radio is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3, or (at your option)
+# any later version.
+#
+# GNU Radio is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GNU Radio; see the file COPYING. If not, write to
+# the Free Software Foundation, Inc., 51 Franklin Street,
+# Boston, MA 02110-1301, USA.
+#
+
+# The presence of this file turns this directory into a Python package
+
+from qtgui_swig import *