* morituri/configure/configure.py (svn:keywords):

Expand revision.
	* morituri/configure/configure.py:
	  Set it on the revision local.
This commit is contained in:
Thomas Vander Stichele
2011-05-18 23:56:27 +00:00
parent 7bd0c5e2c0
commit f3696f22d1
2 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
2011-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/configure/configure.py (svn:keywords):
Expand revision.
* morituri/configure/configure.py:
Set it on the revision local.
2011-04-08 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/common/encode.py:

View File

@@ -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()