summaryrefslogtreecommitdiffstats
path: root/pym/portage/env
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/env')
-rw-r--r--pym/portage/env/__init__.py1
-rw-r--r--pym/portage/env/config.py1
-rw-r--r--pym/portage/env/loaders.py1
-rw-r--r--pym/portage/env/validators.py1
4 files changed, 0 insertions, 4 deletions
diff --git a/pym/portage/env/__init__.py b/pym/portage/env/__init__.py
index 63f6f9ef2..17b66d17c 100644
--- a/pym/portage/env/__init__.py
+++ b/pym/portage/env/__init__.py
@@ -1,4 +1,3 @@
# Copyright: 2007 Gentoo Foundation
# License: GPL2
-# $Id$
diff --git a/pym/portage/env/config.py b/pym/portage/env/config.py
index b6efdbecf..865d8353a 100644
--- a/pym/portage/env/config.py
+++ b/pym/portage/env/config.py
@@ -1,7 +1,6 @@
# config.py -- Portage Config
# Copyright 2007-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
__all__ = ["ConfigLoaderKlass", "GenericFile", "PackageKeywordsFile",
"PackageUseFile", "PackageMaskFile", "PortageModulesFile"]
diff --git a/pym/portage/env/loaders.py b/pym/portage/env/loaders.py
index 0dc4d75be..81dd5b172 100644
--- a/pym/portage/env/loaders.py
+++ b/pym/portage/env/loaders.py
@@ -1,7 +1,6 @@
# config.py -- Portage Config
# Copyright 2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
import codecs
import errno
diff --git a/pym/portage/env/validators.py b/pym/portage/env/validators.py
index fb29b8d29..4d11d69fe 100644
--- a/pym/portage/env/validators.py
+++ b/pym/portage/env/validators.py
@@ -1,6 +1,5 @@
# validators.py Portage File Loader Code
# Copyright 2007 Gentoo Foundation
-# $Id$
from portage.dep import isvalidatom