From ca890224e48ded2f0a2a17d13aff8f536bc2f18a Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 22 Feb 2010 05:15:53 +0000 Subject: Use lazy import for portage.Manifest. svn path=/main/trunk/; revision=15426 --- pym/portage/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pym') diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py index 2188eadab..cf743a6b4 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 # =========================================================================== -- cgit v1.2.3-1-g7c22