diff options
author | William Deegan <bill@baddogconsulting.com> | 2020-03-21 23:24:08 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2020-03-21 23:24:08 (GMT) |
commit | c7a8926c9aaf9c6d64d9511b69c91b974b838047 (patch) | |
tree | 554c27d52cc345d8fa65468945a457c3498b16dc /bin/docs-update-generated.py | |
parent | e70e3d3b38d3b4ef659cac87e1fed3fcfa33df8a (diff) | |
download | SCons-c7a8926c9aaf9c6d64d9511b69c91b974b838047.zip SCons-c7a8926c9aaf9c6d64d9511b69c91b974b838047.tar.gz SCons-c7a8926c9aaf9c6d64d9511b69c91b974b838047.tar.bz2 |
Remove obsolete scripts. Remove py27 support
Diffstat (limited to 'bin/docs-update-generated.py')
-rw-r--r-- | bin/docs-update-generated.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/docs-update-generated.py b/bin/docs-update-generated.py index 78b60a7..52ebb0a 100644 --- a/bin/docs-update-generated.py +++ b/bin/docs-update-generated.py @@ -6,8 +6,6 @@ # as well as the entity declarations for them. # Uses scons-proc.py under the hood... # -from __future__ import print_function - import os import sys import subprocess |