public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r15426 - main/trunk/pym/portage
@ 2010-02-22  5:15 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2010-02-22  5:15 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2010-02-22 05:15:53 +0000 (Mon, 22 Feb 2010)
New Revision: 15426

Modified:
   main/trunk/pym/portage/__init__.py
Log:
Use lazy import for portage.Manifest.


Modified: main/trunk/pym/portage/__init__.py
===================================================================
--- main/trunk/pym/portage/__init__.py	2010-02-22 04:56:30 UTC (rev 15425)
+++ main/trunk/pym/portage/__init__.py	2010-02-22 05:15:53 UTC (rev 15426)
@@ -99,6 +99,7 @@
 		'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 @@
 	selinux = None
 	_selinux_merge = None
 
-from portage.manifest import Manifest
-
 # ===========================================================================
 # END OF IMPORTS -- END OF IMPORTS -- END OF IMPORTS -- END OF IMPORTS -- END
 # ===========================================================================




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-02-22  5:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-22  5:15 [gentoo-commits] portage r15426 - main/trunk/pym/portage Zac Medico (zmedico)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox