diff options
author | Zac Medico <zmedico@gentoo.org> | 2009-02-20 03:00:19 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2009-02-20 03:00:19 +0000 |
commit | 2308ea9e8bebf6899b19b04fe58ba8f35521e05c (patch) | |
tree | e8ed8c78639ccdaae3ac066a786cdd610cb724f7 | |
parent | 01d365017c834471b0ecf677d8430d7a1f135154 (diff) | |
download | portage-2308ea9e8bebf6899b19b04fe58ba8f35521e05c.tar.gz portage-2308ea9e8bebf6899b19b04fe58ba8f35521e05c.tar.bz2 portage-2308ea9e8bebf6899b19b04fe58ba8f35521e05c.zip |
Try to fix svn:keywords again.
svn path=/main/trunk/; revision=12659
-rw-r--r-- | pym/portage/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py index 6130a4300..15af77571 100644 --- a/pym/portage/__init__.py +++ b/pym/portage/__init__.py @@ -1,10 +1,10 @@ # portage.py -- core Portage functionality # Copyright 1998-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id: __init__.py 12648 2009-02-19 12:36:51Z zmedico $ +# $Id$ -VERSION="$Rev: 12601 $"[6:-2] + "-svn" +VERSION="$Rev$"[6:-2] + "-svn" # =========================================================================== # START OF IMPORTS -- START OF IMPORTS -- START OF IMPORTS -- START OF IMPORT |