From 16bc58049adac72cb1f398d9f89e42757bb4a22f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 25 Aug 2014 15:33:07 +0200 Subject: Imported Upstream version 2.3.3 --- 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 b58486f..eb11bf5 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/07/05 09:42:21 garyo" +__revision__ = "bin/import-test.py 2014/08/24 12:12:31 garyo" import os.path import sys diff --git a/bin/linecount.py b/bin/linecount.py index b9778af..4515bc9 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/07/05 09:42:21 garyo" +__revision__ = "bin/linecount.py 2014/08/24 12:12:31 garyo" import os.path diff --git a/bin/restore.sh b/bin/restore.sh index d9113ae..043f7ec 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.2 +# Simple hack script to restore __revision__, __COPYRIGHT_, 2.3.3 # 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 <