From 73fb1cc811670e31fa189997b1e0735b1d264264 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 22 Feb 2009 02:48:43 +0000 Subject: Fix typo in __all__. svn path=/main/trunk/; revision=12677 --- pym/portage/proxy/lazyimport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym/portage/proxy') 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 -- cgit v1.2.3-1-g7c22