summaryrefslogtreecommitdiffstats
path: root/pym/portage/cache
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>2010-08-29 23:27:15 +0200
committerArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>2010-08-29 23:27:15 +0200
commit99448ad46a019e967badae438e2483079b44f215 (patch)
treecefd6cee2bf72b4781f502350ec184cbc326ff26 /pym/portage/cache
parentd69e52365d0f11eb773dbc00533def6ba9ce1ad1 (diff)
downloadportage-99448ad46a019e967badae438e2483079b44f215.tar.gz
portage-99448ad46a019e967badae438e2483079b44f215.tar.bz2
portage-99448ad46a019e967badae438e2483079b44f215.zip
Remove unused imports found by pylint.
Diffstat (limited to 'pym/portage/cache')
-rw-r--r--pym/portage/cache/metadata_overlay.py3
-rw-r--r--pym/portage/cache/sqlite.py3
2 files changed, 2 insertions, 4 deletions
diff --git a/pym/portage/cache/metadata_overlay.py b/pym/portage/cache/metadata_overlay.py
index a4053372b..cfa0051e6 100644
--- a/pym/portage/cache/metadata_overlay.py
+++ b/pym/portage/cache/metadata_overlay.py
@@ -1,7 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-import time
from portage.cache import template
from portage.cache.cache_errors import CacheCorruption
from portage.cache.flat_hash import database as db_rw
diff --git a/pym/portage/cache/sqlite.py b/pym/portage/cache/sqlite.py
index cd118f515..2e13be320 100644
--- a/pym/portage/cache/sqlite.py
+++ b/pym/portage/cache/sqlite.py
@@ -1,4 +1,4 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
import sys
@@ -6,7 +6,6 @@ from portage.cache import fs_template
from portage.cache import cache_errors
from portage import os
from portage import _unicode_decode
-from portage.cache.template import reconstruct_eclasses
from portage.util import writemsg
from portage.localization import _
try: