summaryrefslogtreecommitdiffstats
path: root/pym/portage/util
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-03-24 00:13:00 -0700
committerZac Medico <zmedico@gentoo.org>2010-03-24 00:13:00 -0700
commitc790b7ce4c8e3b95b1ef0103129388c06c5eaa4b (patch)
tree95a8b912dd518ffe4c7894890f2e8bf5c4929a9a /pym/portage/util
parentf1b05b7098ba448a0987bc61224d6616dad3ecde (diff)
downloadportage-c790b7ce4c8e3b95b1ef0103129388c06c5eaa4b.tar.gz
portage-c790b7ce4c8e3b95b1ef0103129388c06c5eaa4b.tar.bz2
portage-c790b7ce4c8e3b95b1ef0103129388c06c5eaa4b.zip
Remove all svn $Id keywords.
Diffstat (limited to 'pym/portage/util')
-rw-r--r--pym/portage/util/ExtractKernelVersion.py1
-rw-r--r--pym/portage/util/__init__.py1
-rw-r--r--pym/portage/util/_pty.py1
-rw-r--r--pym/portage/util/digraph.py1
-rw-r--r--pym/portage/util/env_update.py1
-rw-r--r--pym/portage/util/listdir.py1
-rw-r--r--pym/portage/util/movefile.py1
-rw-r--r--pym/portage/util/mtimedb.py1
8 files changed, 0 insertions, 8 deletions
diff --git a/pym/portage/util/ExtractKernelVersion.py b/pym/portage/util/ExtractKernelVersion.py
index 9e6433b28..1cdb8bf13 100644
--- a/pym/portage/util/ExtractKernelVersion.py
+++ b/pym/portage/util/ExtractKernelVersion.py
@@ -1,6 +1,5 @@
# Copyright 2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
__all__ = ['ExtractKernelVersion']
diff --git a/pym/portage/util/__init__.py b/pym/portage/util/__init__.py
index e72961269..541204334 100644
--- a/pym/portage/util/__init__.py
+++ b/pym/portage/util/__init__.py
@@ -1,6 +1,5 @@
# Copyright 2004-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
__all__ = ['apply_permissions', 'apply_recursive_permissions',
'apply_secpass_permissions', 'apply_stat_permissions', 'atomic_ofstream',
diff --git a/pym/portage/util/_pty.py b/pym/portage/util/_pty.py
index c48584f58..7fba0e2ba 100644
--- a/pym/portage/util/_pty.py
+++ b/pym/portage/util/_pty.py
@@ -1,6 +1,5 @@
# Copyright 2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
import array
import fcntl
diff --git a/pym/portage/util/digraph.py b/pym/portage/util/digraph.py
index dbb86a3c4..4502ed582 100644
--- a/pym/portage/util/digraph.py
+++ b/pym/portage/util/digraph.py
@@ -1,6 +1,5 @@
# Copyright 2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
__all__ = ['digraph']
diff --git a/pym/portage/util/env_update.py b/pym/portage/util/env_update.py
index 6f8e91a83..26fcf9ff7 100644
--- a/pym/portage/util/env_update.py
+++ b/pym/portage/util/env_update.py
@@ -1,6 +1,5 @@
# Copyright 2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
__all__ = ['env_update']
diff --git a/pym/portage/util/listdir.py b/pym/portage/util/listdir.py
index 82705acc9..ab7ffddf5 100644
--- a/pym/portage/util/listdir.py
+++ b/pym/portage/util/listdir.py
@@ -1,6 +1,5 @@
# Copyright 2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
__all__ = ['cacheddir', 'listdir']
diff --git a/pym/portage/util/movefile.py b/pym/portage/util/movefile.py
index 23110ab05..298d15186 100644
--- a/pym/portage/util/movefile.py
+++ b/pym/portage/util/movefile.py
@@ -1,6 +1,5 @@
# Copyright 2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
__all__ = ['movefile']
diff --git a/pym/portage/util/mtimedb.py b/pym/portage/util/mtimedb.py
index cbeb1bb8c..660e9d69f 100644
--- a/pym/portage/util/mtimedb.py
+++ b/pym/portage/util/mtimedb.py
@@ -1,6 +1,5 @@
# Copyright 2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
__all__ = ['MtimeDB']