aboutsummaryrefslogtreecommitdiffstats
path: root/python/receiver
diff options
context:
space:
mode:
authorPiotr Krysik <ptrkrysik@users.noreply.github.com>2014-12-06 20:57:32 +0100
committerPiotr Krysik <ptrkrysik@users.noreply.github.com>2014-12-06 20:57:32 +0100
commite2ea78eb99f0fb5e386efeb45a9e62b303ce9166 (patch)
tree0402f4ad92c2833c37c9f0d217bca593d8019a32 /python/receiver
parentebefecdf8ab4f3b7c5a0f6bcceaa28663155850f (diff)
Update sch_detector.py
Commented import that caused problems with running/pybombs installation.
Diffstat (limited to 'python/receiver')
-rw-r--r--python/receiver/sch_detector.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/receiver/sch_detector.py b/python/receiver/sch_detector.py
index 561c1fa..cdf9a9e 100644
--- a/python/receiver/sch_detector.py
+++ b/python/receiver/sch_detector.py
@@ -20,7 +20,7 @@
#
from numpy import *
-from pylab import *
+#from pylab import *
from gnuradio import gr
import pmt
from scipy.ndimage.filters import uniform_filter1d