Fix typo in __all__. (trunk r12677)
authorZac Medico <zmedico@gentoo.org>
Wed, 11 Mar 2009 06:09:08 +0000 (06:09 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 11 Mar 2009 06:09:08 +0000 (06:09 -0000)
svn path=/main/branches/2.1.6/; revision=12937

pym/portage/proxy/lazyimport.py

index 6e9717642457dbbb82a48f1bbcfa5af775b8e59f..c9eecf0c5cfaf4b96fed819504b7eabe707c2ba3 100644 (file)
@@ -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