diff options
author | Freeyorp <TheFreeYorp+git@gmail.com> | 2024-06-05 20:05:31 +0000 |
---|---|---|
committer | Freeyorp <TheFreeYorp+git@gmail.com> | 2024-06-05 23:57:13 +0000 |
commit | 36562d847999730634663d8a80c3cfdff36bd027 (patch) | |
tree | c6b4c2847c1faa4382bcb260063cbd36404ac971 /tools/debug-debug-scripts | |
parent | ab055062fea1a78bf643a13cadece24a5240f298 (diff) | |
download | tmwa-36562d847999730634663d8a80c3cfdff36bd027.tar.gz tmwa-36562d847999730634663d8a80c3cfdff36bd027.tar.bz2 tmwa-36562d847999730634663d8a80c3cfdff36bd027.tar.xz tmwa-36562d847999730634663d8a80c3cfdff36bd027.zip |
python3: Strip old __future__ references
Diffstat (limited to 'tools/debug-debug-scripts')
-rwxr-xr-x | tools/debug-debug-scripts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/debug-debug-scripts b/tools/debug-debug-scripts index cfdc31f..5ba7ecb 100755 --- a/tools/debug-debug-scripts +++ b/tools/debug-debug-scripts @@ -1,6 +1,5 @@ #!/usr/bin/env python3 # encoding: utf-8 -from __future__ import print_function copyright = ''' // Copyright © 2014 Ben Longbons <b.r.longbons@gmail.com> |