From bc22827a72a4e20edfa3d86774140a107e367e9f Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Tue, 25 Jun 2013 18:13:00 -0700 Subject: gras: moved path fix into gras --- gnuradio-core/src/lib/swig/gnuradio.i | 3 --- 1 file changed, 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 -- cgit