summaryrefslogtreecommitdiff
path: root/gr-utils/python/utils/gr_plot_qt
diff options
context:
space:
mode:
Diffstat (limited to 'gr-utils/python/utils/gr_plot_qt')
-rwxr-xr-xgr-utils/python/utils/gr_plot_qt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-utils/python/utils/gr_plot_qt b/gr-utils/python/utils/gr_plot_qt
index cd2db87fd9..854ecc53b8 100755
--- a/gr-utils/python/utils/gr_plot_qt
+++ b/gr-utils/python/utils/gr_plot_qt
@@ -338,7 +338,7 @@ class gr_plot_qt(QtGui.QMainWindow):
tstep = 1.0 / self.sample_rate
self.iq = iq
- self.time = [tstep*(self.position + i) for i in xrange(len(self.iq))]
+ self.time = [tstep*(self.position + i) for i in range(len(self.iq))]
self.set_file_pos_box(start, end)
except MemoryError: