summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-09-14 22:48:26 -0700
committerZac Medico <zmedico@gentoo.org>2011-09-14 22:48:26 -0700
commit64b83bcc9935cb3255ed96238db86fb27120abfa (patch)
tree796895c9c00fe54e7c16290a8ce1c9c50d328d29
parentbcf26c6b4ad3e757b037f2c12c64a0406f70bf41 (diff)
downloadportage-64b83bcc9935cb3255ed96238db86fb27120abfa.tar.gz
portage-64b83bcc9935cb3255ed96238db86fb27120abfa.tar.bz2
portage-64b83bcc9935cb3255ed96238db86fb27120abfa.zip
Remove unused Manifest imports.v2.2.0_alpha58
-rwxr-xr-xbin/repoman1
-rw-r--r--pym/_emerge/search.py1
-rw-r--r--pym/portage/dbapi/porttree.py1
-rw-r--r--pym/portage/package/ebuild/digestcheck.py1
-rw-r--r--pym/portage/package/ebuild/fetch.py1
5 files changed, 0 insertions, 5 deletions
diff --git a/bin/repoman b/bin/repoman
index f216a9bd1..b95fc0349 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -67,7 +67,6 @@ from portage import cvstree, normalize_path
from portage import util
from portage.exception import (FileNotFound, MissingParameter,
ParseError, PermissionDenied)
-from portage.manifest import Manifest
from portage.process import find_binary, spawn
from portage.output import bold, create_color_func, \
green, nocolor, red
diff --git a/pym/_emerge/search.py b/pym/_emerge/search.py
index 4a4183d09..acfcfd035 100644
--- a/pym/_emerge/search.py
+++ b/pym/_emerge/search.py
@@ -7,7 +7,6 @@ import re
import portage
from portage import os
from portage.dbapi.porttree import _parse_uri_map
-from portage.manifest import Manifest
from portage.output import bold, bold as white, darkgreen, green, red
from portage.util import writemsg_stdout
diff --git a/pym/portage/dbapi/porttree.py b/pym/portage/dbapi/porttree.py
index bfff02647..af2bca1c9 100644
--- a/pym/portage/dbapi/porttree.py
+++ b/pym/portage/dbapi/porttree.py
@@ -24,7 +24,6 @@ from portage.dbapi import dbapi
from portage.exception import PortageException, \
FileNotFound, InvalidAtom, InvalidDependString, InvalidPackageName
from portage.localization import _
-from portage.manifest import Manifest
from portage import eclass_cache, auxdbkeys, \
eapi_is_supported, dep_check, \
diff --git a/pym/portage/package/ebuild/digestcheck.py b/pym/portage/package/ebuild/digestcheck.py
index 33f9cd6b0..6cbaad97a 100644
--- a/pym/portage/package/ebuild/digestcheck.py
+++ b/pym/portage/package/ebuild/digestcheck.py
@@ -8,7 +8,6 @@ import warnings
from portage import os, _encodings, _unicode_decode
from portage.exception import DigestException, FileNotFound
from portage.localization import _
-from portage.manifest import Manifest
from portage.output import EOutput
from portage.util import writemsg
diff --git a/pym/portage/package/ebuild/fetch.py b/pym/portage/package/ebuild/fetch.py
index 11c4c0147..84b641806 100644
--- a/pym/portage/package/ebuild/fetch.py
+++ b/pym/portage/package/ebuild/fetch.py
@@ -34,7 +34,6 @@ from portage.exception import FileNotFound, OperationNotPermitted, \
PortageException, TryAgain
from portage.localization import _
from portage.locks import lockfile, unlockfile
-from portage.manifest import Manifest
from portage.output import colorize, EOutput
from portage.util import apply_recursive_permissions, \
apply_secpass_permissions, ensure_dirs, grabdict, shlex_split, \