diff options
author | Josh Blum | 2013-06-25 18:13:00 -0700 |
---|---|---|
committer | Josh Blum | 2013-06-25 18:13:00 -0700 |
commit | bc22827a72a4e20edfa3d86774140a107e367e9f (patch) | |
tree | 5a11a39ed01f715b7950e5b7e8eec0306f4b6dbc /gnuradio-core/src/lib/swig/gnuradio.i | |
parent | a5f1f379466ea79dddea7e444a670d737434fdd3 (diff) | |
download | gnuradio-bc22827a72a4e20edfa3d86774140a107e367e9f.tar.gz gnuradio-bc22827a72a4e20edfa3d86774140a107e367e9f.tar.bz2 gnuradio-bc22827a72a4e20edfa3d86774140a107e367e9f.zip |
gras: moved path fix into gras
Diffstat (limited to 'gnuradio-core/src/lib/swig/gnuradio.i')
-rw-r--r-- | gnuradio-core/src/lib/swig/gnuradio.i | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnuradio-core/src/lib/swig/gnuradio.i b/gnuradio-core/src/lib/swig/gnuradio.i index 6c89dd0cb..bf23bbbb2 100644 --- a/gnuradio-core/src/lib/swig/gnuradio.i +++ b/gnuradio-core/src/lib/swig/gnuradio.i @@ -22,9 +22,6 @@ %pythoncode %{ import gras -import os -import sys -sys.path.append(os.path.dirname(gras.__file__)) %} // Disable warning about base class types |