From 62128295491943aad7e9fcf8bd1ae302c6e60417 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 25 Feb 2010 22:26:31 +0000 Subject: Fix broken dep_expand import from previous commit. svn path=/main/trunk/; revision=15467 --- pym/portage/dbapi/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym/portage/dbapi/__init__.py') diff --git a/pym/portage/dbapi/__init__.py b/pym/portage/dbapi/__init__.py index 54d3877b2..e3e53a432 100644 --- a/pym/portage/dbapi/__init__.py +++ b/pym/portage/dbapi/__init__.py @@ -8,7 +8,7 @@ import re 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', -- cgit v1.2.3-1-g7c22