From f3696f22d11477cff953c2093473b256db6bf41a Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 18 May 2011 23:56:27 +0000 Subject: [PATCH] * morituri/configure/configure.py (svn:keywords): Expand revision. * morituri/configure/configure.py: Set it on the revision local. --- ChangeLog | 7 +++++++ morituri/configure/configure.py | 2 ++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1f81c3b..edb096d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2011-05-19 Thomas Vander Stichele + + * morituri/configure/configure.py (svn:keywords): + Expand revision. + * morituri/configure/configure.py: + Set it on the revision local. + 2011-04-08 Thomas Vander Stichele * morituri/common/encode.py: diff --git a/morituri/configure/configure.py b/morituri/configure/configure.py index 6a38329..f55525a 100644 --- a/morituri/configure/configure.py +++ b/morituri/configure/configure.py @@ -22,6 +22,8 @@ import os # where am I on the disk ? __thisdir = os.path.dirname(os.path.abspath(__file__)) +revision = "$Revision$" + if os.path.exists(os.path.join(__thisdir, 'uninstalled.py')): from morituri.configure import uninstalled config_dict = uninstalled.get()