diff options
author | Zac Medico <zmedico@gentoo.org> | 2010-02-25 22:26:31 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2010-02-25 22:26:31 +0000 |
commit | 62128295491943aad7e9fcf8bd1ae302c6e60417 (patch) | |
tree | 11251af34aa19c5b560ef1ce8416ce824f36598a | |
parent | 930b965d5d7f8aba8de794345a458f94231750a2 (diff) | |
download | portage-62128295491943aad7e9fcf8bd1ae302c6e60417.tar.gz portage-62128295491943aad7e9fcf8bd1ae302c6e60417.tar.bz2 portage-62128295491943aad7e9fcf8bd1ae302c6e60417.zip |
Fix broken dep_expand import from previous commit.
svn path=/main/trunk/; revision=15467
-rw-r--r-- | pym/portage/dbapi/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
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', |