summaryrefslogtreecommitdiff
path: root/gr-utils/python/utils/gr_modtool
diff options
context:
space:
mode:
Diffstat (limited to 'gr-utils/python/utils/gr_modtool')
-rwxr-xr-xgr-utils/python/utils/gr_modtool20
1 files changed, 0 insertions, 20 deletions
diff --git a/gr-utils/python/utils/gr_modtool b/gr-utils/python/utils/gr_modtool
deleted file mode 100755
index b1468a135b..0000000000
--- a/gr-utils/python/utils/gr_modtool
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/usr/bin/env python
-#
-# Copyright 2012, 2018 Free Software Foundation, Inc.
-#
-# This file is part of GNU Radio
-#
-# SPDX-License-Identifier: GPL-3.0-or-later
-#
-#
-""" A tool for editing GNU Radio out-of-tree modules. """
-
-
-from gnuradio.modtool.cli.base import cli
-
-
-if __name__ == '__main__':
- try:
- cli()
- except KeyboardInterrupt:
- pass