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__.py14
1 files changed, 1 insertions, 13 deletions
diff --git a/bitbake/lib/bb/parse/parse_py/__init__.py b/bitbake/lib/bb/parse/parse_py/__init__.py
index a8f78dba76..696c71b458 100644
--- a/bitbake/lib/bb/parse/parse_py/__init__.py
+++ b/bitbake/lib/bb/parse/parse_py/__init__.py
@@ -13,20 +13,8 @@ File parsers for the BitBake build tools.
13# 13#
14# SPDX-License-Identifier: GPL-2.0-only 14# SPDX-License-Identifier: GPL-2.0-only
15# 15#
16# This program is free software; you can redistribute it and/or modify
17# it under the terms of the GNU General Public License version 2 as
18# published by the Free Software Foundation.
19#
20# This program is distributed in the hope that it will be useful,
21# but WITHOUT ANY WARRANTY; without even the implied warranty of
22# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23# GNU General Public License for more details.
24#
25# You should have received a copy of the GNU General Public License along
26# with this program; if not, write to the Free Software Foundation, Inc.,
27# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
28#
29# Based on functions from the base bb module, Copyright 2003 Holger Schurig 16# Based on functions from the base bb module, Copyright 2003 Holger Schurig
17#
30 18
31from __future__ import absolute_import 19from __future__ import absolute_import
32from . import ConfHandler 20from . import ConfHandler