summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorAlec Warner <antarus@gentoo.org>2006-06-28 02:38:23 +0000
committerAlec Warner <antarus@gentoo.org>2006-06-28 02:38:23 +0000
commit822d279b56499ac837d3dd3601dd43da94a2bf9d (patch)
tree8227b09a795f6541951cc3c1304e1f60b496e07f /pym
parent17e102158cf015e0ae91a0bdcdc5800b8c952099 (diff)
downloadportage-822d279b56499ac837d3dd3601dd43da94a2bf9d.tar.gz
portage-822d279b56499ac837d3dd3601dd43da94a2bf9d.tar.bz2
portage-822d279b56499ac837d3dd3601dd43da94a2bf9d.zip
readd Rev to portage.py for proper svn revisions in portage.version
svn path=/main/trunk/; revision=3679
Diffstat (limited to 'pym')
-rw-r--r--pym/portage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage.py b/pym/portage.py
index d1b8a7354..9e51c1b1f 100644
--- a/pym/portage.py
+++ b/pym/portage.py
@@ -4,7 +4,7 @@
# $Id$
-VERSION="$Rev: 3387 $"[6:-2] + "-svn"
+VERSION="$Rev$"[6:-2] + "-svn"
# ===========================================================================
# START OF IMPORTS -- START OF IMPORTS -- START OF IMPORTS -- START OF IMPORT