summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/parse/parse_py/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/parse/parse_py/__init__.py')
-rw-r--r--bitbake/lib/bb/parse/parse_py/__init__.py2
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
32import ConfHandler 30import ConfHandler
33import BBHandler 31import BBHandler