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/SConsDoc.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/SConsDoc.py')
-rw-r--r-- | bin/SConsDoc.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/SConsDoc.py b/bin/SConsDoc.py index a7c611d..eff8ba8 100644 --- a/bin/SConsDoc.py +++ b/bin/SConsDoc.py @@ -24,9 +24,6 @@ # # Module for handling SCons documentation processing. # -from __future__ import print_function - - __doc__ = r""" This module parses home-brew XML files that document various things in SCons. Right now, it handles Builders, functions, construction |