From: Zac Medico Date: Wed, 11 Mar 2009 06:09:08 +0000 (-0000) Subject: Fix typo in __all__. (trunk r12677) X-Git-Tag: v2.1.6.8~140 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8f1598757b3679b31277de6278a7845e1caa9277;p=portage.git Fix typo in __all__. (trunk r12677) svn path=/main/branches/2.1.6/; revision=12937 --- diff --git a/pym/portage/proxy/lazyimport.py b/pym/portage/proxy/lazyimport.py index 6e9717642..c9eecf0c5 100644 --- a/pym/portage/proxy/lazyimport.py +++ b/pym/portage/proxy/lazyimport.py @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -__all__ = ['lazy_import'] +__all__ = ['lazyimport'] import sys import types