From: Zac Medico Date: Sun, 22 Feb 2009 02:48:43 +0000 (-0000) Subject: Fix typo in __all__. X-Git-Tag: v2.2_rc24~136 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=73fb1cc811670e31fa189997b1e0735b1d264264;p=portage.git Fix typo in __all__. svn path=/main/trunk/; revision=12677 --- 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