diff options
Diffstat (limited to 'gr-utils/modtool/core/rename.py')
-rw-r--r-- | gr-utils/modtool/core/rename.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gr-utils/modtool/core/rename.py b/gr-utils/modtool/core/rename.py index 61f98b3722..5f5bd933ae 100644 --- a/gr-utils/modtool/core/rename.py +++ b/gr-utils/modtool/core/rename.py @@ -8,9 +8,6 @@ # """ Module to rename blocks """ -from __future__ import print_function -from __future__ import absolute_import -from __future__ import unicode_literals import os import re |