summaryrefslogtreecommitdiff
path: root/gr-utils/python/utils
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2016-06-20 10:19:13 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2016-06-20 10:19:13 -0700
commit09d8b895447b1507b80a27053b51361ea1684175 (patch)
tree93edf8d2ebedb3ffcf02edd79b16516c6333f0fb /gr-utils/python/utils
parent090103c760a308101e2cbf3630f6bf46a2bb4d8e (diff)
parent7a1403796abd4f9df1483482ce06b169a3212be8 (diff)
Merge branch 'master' into next
Conflicts: gr-atsc/lib/qa_atsci_fake_single_viterbi.cc gr-atsc/lib/qa_atsci_single_viterbi.cc
Diffstat (limited to 'gr-utils/python/utils')
-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 153359f0c6..9205d23a7e 100755
--- a/gr-utils/python/utils/gr_plot_qt
+++ b/gr-utils/python/utils/gr_plot_qt
@@ -26,7 +26,7 @@ except ImportError:
raise SystemExit, 1
try:
- # FIXME: reenable this before committing
+ # FIXME: re-enable this before committing
#from gnuradio.pyqt_plot import Ui_MainWindow
from gnuradio.pyqt_plot import Ui_MainWindow
except ImportError: