diff options
| author | Chris Larson <chris_larson@mentor.com> | 2010-04-09 11:51:29 -0700 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-02 15:41:33 +0100 |
| commit | 0b4ad7062b7586c17eed161060a03b3d2690341d (patch) | |
| tree | 46998a2b63dd88c4706c98face3d53599afd0dd2 /bitbake/lib/bb/parse/parse_py | |
| parent | 266f41644659165bf4d1c50ed9dafbb44d0693c3 (diff) | |
| download | poky-0b4ad7062b7586c17eed161060a03b3d2690341d.tar.gz | |
Drop __all__ usage
(Bitbake rev: b4983cc7bfe5300c1d2904f34fb03d4fb2f41d90)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'bitbake/lib/bb/parse/parse_py')
| -rw-r--r-- | bitbake/lib/bb/parse/parse_py/__init__.py | 2 |
1 files changed, 0 insertions, 2 deletions
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. | |||
| 27 | # Based on functions from the base bb module, Copyright 2003 Holger Schurig | 27 | # Based on functions from the base bb module, Copyright 2003 Holger Schurig |
| 28 | __version__ = '1.0' | 28 | __version__ = '1.0' |
| 29 | 29 | ||
| 30 | __all__ = [ 'ConfHandler', 'BBHandler'] | ||
| 31 | |||
| 32 | import ConfHandler | 30 | import ConfHandler |
| 33 | import BBHandler | 31 | import BBHandler |
