From e751a4d565d9e23a1beadaabb71870040e40eca8 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 2 Mar 2010 20:56:25 +0000 Subject: [PATCH] Use lazy import for portage.Manifest. (trunk r15426) svn path=/main/branches/2.1.7/; revision=15648 --- pym/portage/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py index 28a06d786..aaa3f0616 100644 --- a/pym/portage/__init__.py +++ b/pym/portage/__init__.py @@ -99,6 +99,7 @@ try: 'portage.locks', 'portage.locks:lockdir,lockfile,unlockdir,unlockfile', 'portage.mail', + 'portage.manifest:Manifest', 'portage.output', 'portage.output:bold,colorize', 'portage.package.ebuild.config:autouse,best_from_dict,' + \ @@ -312,8 +313,6 @@ except (ImportError, OSError) as e: selinux = None _selinux_merge = None -from portage.manifest import Manifest - # =========================================================================== # END OF IMPORTS -- END OF IMPORTS -- END OF IMPORTS -- END OF IMPORTS -- END # =========================================================================== -- 2.26.2