From 0b4ad7062b7586c17eed161060a03b3d2690341d Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Fri, 9 Apr 2010 11:51:29 -0700 Subject: Drop __all__ usage (Bitbake rev: b4983cc7bfe5300c1d2904f34fb03d4fb2f41d90) Signed-off-by: Chris Larson Signed-off-by: Richard Purdie --- bitbake/lib/bb/parse/parse_py/__init__.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'bitbake/lib/bb/parse/parse_py') diff --git a/bitbake/lib/bb/parse/parse_py/__init__.py b/bitbake/lib/bb/parse/parse_py/__init__.py index 9e0e00adda..a900101784 100644 --- a/bitbake/lib/bb/parse/parse_py/__init__.py +++ b/bitbake/lib/bb/parse/parse_py/__init__.py @@ -27,7 +27,5 @@ File parsers for the BitBake build tools. # Based on functions from the base bb module, Copyright 2003 Holger Schurig __version__ = '1.0' -__all__ = [ 'ConfHandler', 'BBHandler'] - import ConfHandler import BBHandler -- cgit v1.2.3-54-g00ecf