diff options
| author | Luca Falavigna <dktrkranz@debian.org> | 2014-04-26 15:11:58 +0200 |
|---|---|---|
| committer | Luca Falavigna <dktrkranz@debian.org> | 2014-04-26 15:11:58 +0200 |
| commit | a3a0ab66f0da855e75e3a0e2acfb8aa106b46510 (patch) | |
| tree | 5352edff1387c3d7e5a8b49ec56524f085c22782 /bin/linecount.py | |
| parent | 51fa4e4acb6fc8fc7a2af0fbdc21fd1e8feddb3a (diff) | |
| parent | 140d836e9cd54fb67b969fd82ef7ed19ba574d40 (diff) | |
Merge tag 'upstream/2.3.1'
Upstream version 2.3.1
Diffstat (limited to 'bin/linecount.py')
| -rw-r--r-- | bin/linecount.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/linecount.py b/bin/linecount.py index 8d1fd7c..9088529 100644 --- a/bin/linecount.py +++ b/bin/linecount.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 The SCons Foundation +# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 The SCons Foundation # # Count statistics about SCons test and source files. This must be run # against a fully-populated tree (for example, one that's been freshly @@ -23,7 +23,7 @@ # interesting one for most purposes. from __future__ import division -__revision__ = "bin/linecount.py 2013/03/03 09:48:35 garyo" +__revision__ = "bin/linecount.py 2014/03/02 14:18:15 garyo" import os.path |
