diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-02-19 16:33:30 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-02-19 16:33:30 +0000 |
| commit | b6235aa37eac2c91358ff058389b4391b52f4615 (patch) | |
| tree | 4d4e0259c5344def1ecfdaef990f3f08915dd5ac /wscript | |
| parent | 341f0a81591ab83b96069d6e6bb70cbf8e6cf878 (diff) | |
Update copyright year.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -385,6 +385,7 @@ def git_revision(): cmd = "LANG= git log --abbrev HEAD^..HEAD ." output = subprocess.Popen(cmd, shell=True, stderr=subprocess.STDOUT, stdout=subprocess.PIPE).communicate()[0].splitlines() + print output o = output[0].decode('utf-8') return o.replace("commit ", "")[0:10] |
