diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-12 08:22:18 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-02 08:24:02 +0100 |
| commit | ef1df516512587ad415f76a9626620992d660e45 (patch) | |
| tree | 6b4e30dbc7ab8cb17fb877c82ccf7593138c88cc /bitbake/lib/bb/parse/ast.py | |
| parent | deca1476459ab306dc5c80171fdf0d227decbea4 (diff) | |
| download | poky-ef1df516512587ad415f76a9626620992d660e45.tar.gz | |
bitbake: bitbake: Drop futures usage since we're python 3
(Bitbake rev: bf25f05ce4db11466e62f134f9a6916f886a93d9)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/parse/ast.py')
| -rw-r--r-- | bitbake/lib/bb/parse/ast.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bitbake/lib/bb/parse/ast.py b/bitbake/lib/bb/parse/ast.py index 5f55af5ef8..bc3a2f8826 100644 --- a/bitbake/lib/bb/parse/ast.py +++ b/bitbake/lib/bb/parse/ast.py | |||
| @@ -21,8 +21,7 @@ | |||
| 21 | # with this program; if not, write to the Free Software Foundation, Inc., | 21 | # with this program; if not, write to the Free Software Foundation, Inc., |
| 22 | # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | 22 | # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
| 23 | 23 | ||
| 24 | from __future__ import absolute_import | 24 | |
| 25 | from future_builtins import filter | ||
| 26 | import re | 25 | import re |
| 27 | import string | 26 | import string |
| 28 | import logging | 27 | import logging |
