diff options
Diffstat (limited to 'gr-utils/python/utils/gr_modtool')
-rwxr-xr-x | gr-utils/python/utils/gr_modtool | 20 |
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 |