aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-02-22 02:48:43 +0000
committerZac Medico <zmedico@gentoo.org>2009-02-22 02:48:43 +0000
commit73fb1cc811670e31fa189997b1e0735b1d264264 (patch)
treefcac0ff32d0eda57e2a6c18714c7ee71eb4996c0 /pym/portage/proxy
parentReduce bloat in portage.util by splitting ObjectProxy and lazyimport into a (diff)
downloadportage-73fb1cc811670e31fa189997b1e0735b1d264264.tar.gz
portage-73fb1cc811670e31fa189997b1e0735b1d264264.tar.bz2
portage-73fb1cc811670e31fa189997b1e0735b1d264264.zip
Fix typo in __all__.
svn path=/main/trunk/; revision=12677
Diffstat (limited to 'pym/portage/proxy')
-rw-r--r--pym/portage/proxy/lazyimport.py2
1 files changed, 1 insertions, 1 deletions
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