summaryrefslogtreecommitdiff
path: root/gr-utils/python/modtool/modtool_rename.py
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2014-10-22 23:12:53 +0200
committerMartin Braun <martin.braun@ettus.com>2015-12-28 13:15:38 -0800
commit2dbbe486a51b8decc21566ceb0a5cb1c414eb499 (patch)
treefeeedf7ec01549c4cac7b635d4fbb88703741501 /gr-utils/python/modtool/modtool_rename.py
parent9bfa5e35d27da1f2ee3935542e98f73c183bcb0d (diff)
modtool: Switched over to mako template engine
Diffstat (limited to 'gr-utils/python/modtool/modtool_rename.py')
-rw-r--r--gr-utils/python/modtool/modtool_rename.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/gr-utils/python/modtool/modtool_rename.py b/gr-utils/python/modtool/modtool_rename.py
index 8f1b250c00..e815073956 100644
--- a/gr-utils/python/modtool/modtool_rename.py
+++ b/gr-utils/python/modtool/modtool_rename.py
@@ -28,9 +28,6 @@ from util_functions import append_re_line_sequence, ask_yes_no
from cmakefile_editor import CMakeFileEditor
from modtool_base import ModTool, ModToolException
from templates import Templates
-from code_generator import get_template
-import Cheetah.Template
-
class ModToolRename(ModTool):
""" Add block to the out-of-tree module. """