summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests/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/tests/util
parentf1b05b7098ba448a0987bc61224d6616dad3ecde (diff)
downloadportage-c790b7ce4c8e3b95b1ef0103129388c06c5eaa4b.tar.gz
portage-c790b7ce4c8e3b95b1ef0103129388c06c5eaa4b.tar.bz2
portage-c790b7ce4c8e3b95b1ef0103129388c06c5eaa4b.zip
Remove all svn $Id keywords.
Diffstat (limited to 'pym/portage/tests/util')
-rw-r--r--pym/portage/tests/util/__init__.py1
-rw-r--r--pym/portage/tests/util/test_grabdict.py1
-rw-r--r--pym/portage/tests/util/test_normalizedPath.py1
-rw-r--r--pym/portage/tests/util/test_stackDictList.py1
-rw-r--r--pym/portage/tests/util/test_stackDicts.py1
-rw-r--r--pym/portage/tests/util/test_stackLists.py1
-rw-r--r--pym/portage/tests/util/test_uniqueArray.py1
-rw-r--r--pym/portage/tests/util/test_varExpand.py1
8 files changed, 0 insertions, 8 deletions
diff --git a/pym/portage/tests/util/__init__.py b/pym/portage/tests/util/__init__.py
index 9a66903d1..69ce1898d 100644
--- a/pym/portage/tests/util/__init__.py
+++ b/pym/portage/tests/util/__init__.py
@@ -1,5 +1,4 @@
# tests/portage.util/__init__.py -- Portage Unit Test functionality
# Copyright 2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
diff --git a/pym/portage/tests/util/test_grabdict.py b/pym/portage/tests/util/test_grabdict.py
index 2a0642243..3bf719054 100644
--- a/pym/portage/tests/util/test_grabdict.py
+++ b/pym/portage/tests/util/test_grabdict.py
@@ -1,7 +1,6 @@
# test_grabDict.py -- Portage Unit Testing Functionality
# Copyright 2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
from portage.tests import TestCase
from portage.util import grabdict
diff --git a/pym/portage/tests/util/test_normalizedPath.py b/pym/portage/tests/util/test_normalizedPath.py
index b6851651a..f993886ac 100644
--- a/pym/portage/tests/util/test_normalizedPath.py
+++ b/pym/portage/tests/util/test_normalizedPath.py
@@ -1,7 +1,6 @@
# test_normalizePath.py -- Portage Unit Testing Functionality
# Copyright 2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
from portage.tests import TestCase
diff --git a/pym/portage/tests/util/test_stackDictList.py b/pym/portage/tests/util/test_stackDictList.py
index ada56fa0f..678001c38 100644
--- a/pym/portage/tests/util/test_stackDictList.py
+++ b/pym/portage/tests/util/test_stackDictList.py
@@ -1,7 +1,6 @@
# test_stackDictList.py -- Portage Unit Testing Functionality
# Copyright 2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
from portage.tests import TestCase
diff --git a/pym/portage/tests/util/test_stackDicts.py b/pym/portage/tests/util/test_stackDicts.py
index 0c109a9cf..0d2cadd0c 100644
--- a/pym/portage/tests/util/test_stackDicts.py
+++ b/pym/portage/tests/util/test_stackDicts.py
@@ -1,7 +1,6 @@
# test_stackDicts.py -- Portage Unit Testing Functionality
# Copyright 2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
from portage.tests import TestCase
from portage.util import stack_dicts
diff --git a/pym/portage/tests/util/test_stackLists.py b/pym/portage/tests/util/test_stackLists.py
index c26bbb06a..8d01ea5ac 100644
--- a/pym/portage/tests/util/test_stackLists.py
+++ b/pym/portage/tests/util/test_stackLists.py
@@ -1,7 +1,6 @@
# test_stackLists.py -- Portage Unit Testing Functionality
# Copyright 2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
from portage.tests import TestCase
from portage.util import stack_lists
diff --git a/pym/portage/tests/util/test_uniqueArray.py b/pym/portage/tests/util/test_uniqueArray.py
index e9485b126..34daaf23c 100644
--- a/pym/portage/tests/util/test_uniqueArray.py
+++ b/pym/portage/tests/util/test_uniqueArray.py
@@ -1,7 +1,6 @@
# test_uniqueArray.py -- Portage Unit Testing Functionality
# Copyright 2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
from portage import os
from portage.tests import TestCase
diff --git a/pym/portage/tests/util/test_varExpand.py b/pym/portage/tests/util/test_varExpand.py
index e4f85ef43..1c2500dbd 100644
--- a/pym/portage/tests/util/test_varExpand.py
+++ b/pym/portage/tests/util/test_varExpand.py
@@ -1,7 +1,6 @@
# test_varExpand.py -- Portage Unit Testing Functionality
# Copyright 2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
from portage.tests import TestCase
from portage.util import varexpand