summaryrefslogtreecommitdiffstats
path: root/bin/linecount.py
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2020-03-21 23:24:08 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2020-03-21 23:24:08 (GMT)
commitc7a8926c9aaf9c6d64d9511b69c91b974b838047 (patch)
tree554c27d52cc345d8fa65468945a457c3498b16dc /bin/linecount.py
parente70e3d3b38d3b4ef659cac87e1fed3fcfa33df8a (diff)
downloadSCons-c7a8926c9aaf9c6d64d9511b69c91b974b838047.zip
SCons-c7a8926c9aaf9c6d64d9511b69c91b974b838047.tar.gz
SCons-c7a8926c9aaf9c6d64d9511b69c91b974b838047.tar.bz2
Remove obsolete scripts. Remove py27 support
Diffstat (limited to 'bin/linecount.py')
-rw-r--r--bin/linecount.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/linecount.py b/bin/linecount.py
index 897f1e8..163401b 100644
--- a/bin/linecount.py
+++ b/bin/linecount.py
@@ -21,8 +21,6 @@
# in each category, the number of non-blank lines, and the number of
# non-comment lines. The last figure (non-comment) lines is the most
# interesting one for most purposes.
-from __future__ import division, print_function
-
__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
import os.path