public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Zac Medico (zmedico)" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] portage r15426 - main/trunk/pym/portage
Date: Mon, 22 Feb 2010 05:15:53 +0000	[thread overview]
Message-ID: <E1NjQe9-0001xa-Fk@stork.gentoo.org> (raw)

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
 # ===========================================================================




                 reply	other threads:[~2010-02-22  5:42 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1NjQe9-0001xa-Fk@stork.gentoo.org \
    --to=zmedico@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox