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

Author: zmedico
Date: 2010-02-25 22:26:31 +0000 (Thu, 25 Feb 2010)
New Revision: 15467

Modified:
   main/trunk/pym/portage/dbapi/__init__.py
Log:
Fix broken dep_expand import from previous commit.


Modified: main/trunk/pym/portage/dbapi/__init__.py
===================================================================
--- main/trunk/pym/portage/dbapi/__init__.py	2010-02-25 22:16:32 UTC (rev 15466)
+++ main/trunk/pym/portage/dbapi/__init__.py	2010-02-25 22:26:31 UTC (rev 15467)
@@ -8,7 +8,7 @@
 
 import portage
 portage.proxy.lazyimport.lazyimport(globals(),
-	'portage.dbapi.dep_expand:_dep_expand',
+	'portage.dbapi.dep_expand:dep_expand@_dep_expand',
 	'portage.dep:match_from_list',
 	'portage.locks:unlockfile',
 	'portage.output:colorize',




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

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

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-25 22:26 [gentoo-commits] portage r15467 - main/trunk/pym/portage/dbapi 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