diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2019-03-10 19:46:23 +0100 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2019-03-10 19:49:39 +0100 |
commit | 4deae01fba7218d3e31cc008e390c392ea9a2238 (patch) | |
tree | d71a988f640e80a40768a102619a1baf7363a545 /contrib/scripts/gdb-iterate-dll.py | |
parent | 8de3cc8ba8126cd2464a010526b94b8daf63718b (diff) |
Cleanup Python code: remove `import __future__`.
All of these only made Python 2 accept some Python 3 language idioms,
and the code is Python-3-only.
Diffstat (limited to 'contrib/scripts/gdb-iterate-dll.py')
-rw-r--r-- | contrib/scripts/gdb-iterate-dll.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/scripts/gdb-iterate-dll.py b/contrib/scripts/gdb-iterate-dll.py index 388ef6e11..9e6478e9f 100644 --- a/contrib/scripts/gdb-iterate-dll.py +++ b/contrib/scripts/gdb-iterate-dll.py @@ -1,5 +1,3 @@ -from __future__ import print_function -from __future__ import unicode_literals from builtins import str from gdb import * |