From 8f1598757b3679b31277de6278a7845e1caa9277 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 11 Mar 2009 06:09:08 +0000 Subject: Fix typo in __all__. (trunk r12677) svn path=/main/branches/2.1.6/; revision=12937 --- pym/portage/proxy/lazyimport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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