diff options
Diffstat (limited to 'bitbake/lib/bb/parse')
| -rw-r--r-- | bitbake/lib/bb/parse/__init__.py | 2 | ||||
| -rw-r--r-- | bitbake/lib/bb/parse/parse_py/__init__.py | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/bitbake/lib/bb/parse/__init__.py b/bitbake/lib/bb/parse/__init__.py index 4c7a98f330..adc1408b9e 100644 --- a/bitbake/lib/bb/parse/__init__.py +++ b/bitbake/lib/bb/parse/__init__.py | |||
| @@ -24,8 +24,6 @@ File parsers for the BitBake build tools. | |||
| 24 | # | 24 | # |
| 25 | # Based on functions from the base bb module, Copyright 2003 Holger Schurig | 25 | # Based on functions from the base bb module, Copyright 2003 Holger Schurig |
| 26 | 26 | ||
| 27 | __all__ = [ 'ParseError', 'SkipPackage', 'cached_mtime', 'mark_dependency', | ||
| 28 | 'supports', 'handle', 'init' ] | ||
| 29 | handlers = [] | 27 | handlers = [] |
| 30 | 28 | ||
| 31 | import bb, os | 29 | import bb, os |
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 |
