From a2795b63dd02ecddd8a0109dcc1b64108f68eace Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 29 Sep 2014 22:20:31 +0200 Subject: Imported Upstream version 2.3.4 --- bin/import-test.py | 2 +- bin/linecount.py | 2 +- bin/restore.sh | 16 ++++++++-------- bin/update-release-info.py | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) (limited to 'bin') diff --git a/bin/import-test.py b/bin/import-test.py index eb11bf5..e37fe65 100644 --- a/bin/import-test.py +++ b/bin/import-test.py @@ -25,7 +25,7 @@ # """ triple-quotes will need to have their contents edited by hand. # -__revision__ = "bin/import-test.py 2014/08/24 12:12:31 garyo" +__revision__ = "bin/import-test.py 2014/09/27 12:51:43 garyo" import os.path import sys diff --git a/bin/linecount.py b/bin/linecount.py index 4515bc9..7c7e561 100644 --- a/bin/linecount.py +++ b/bin/linecount.py @@ -23,7 +23,7 @@ # interesting one for most purposes. from __future__ import division -__revision__ = "bin/linecount.py 2014/08/24 12:12:31 garyo" +__revision__ = "bin/linecount.py 2014/09/27 12:51:43 garyo" import os.path diff --git a/bin/restore.sh b/bin/restore.sh index 043f7ec..12a5026 100644 --- a/bin/restore.sh +++ b/bin/restore.sh @@ -1,6 +1,6 @@ #!/usr/bin/env sh # -# Simple hack script to restore __revision__, __COPYRIGHT_, 2.3.3 +# Simple hack script to restore __revision__, __COPYRIGHT_, 2.3.4 # and other similar variables to what gets checked in to source. This # comes in handy when people send in diffs based on the released source. # @@ -24,7 +24,7 @@ for i in `find $DIRS -name '*.py'`; do ed $i <