diff options
Diffstat (limited to 'gr-utils/modtool/core/bind.py')
-rw-r--r-- | gr-utils/modtool/core/bind.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gr-utils/modtool/core/bind.py b/gr-utils/modtool/core/bind.py index b95178759c..2435b58036 100644 --- a/gr-utils/modtool/core/bind.py +++ b/gr-utils/modtool/core/bind.py @@ -9,9 +9,6 @@ """ Module to call bindtool and create Python bindings """ -from __future__ import print_function -from __future__ import absolute_import -from __future__ import unicode_literals import os import logging |