diff options
author | Jose Alarcon <jose.alarcon@ge.com> | 2015-12-28 11:07:11 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-01-04 14:56:23 +0100 |
commit | 8ed2be22d400428e0a82ea875dca009bdd4722b5 (patch) | |
tree | b87008eef413cca47567a946bfcfe31bb643157b /contrib | |
parent | c13175d91321b34b7b15e84f969dd0043de8867f (diff) | |
download | meta-openembedded-8ed2be22d400428e0a82ea875dca009bdd4722b5.tar.gz |
contrib: ensure that oe-stylize.py works with python versions < 3.0
Signed-off-by: Jose Alarcon <jose.alarcon@ge.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/oe-stylize.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/oe-stylize.py b/contrib/oe-stylize.py index 712557d4f..a2fcde1d4 100755 --- a/contrib/oe-stylize.py +++ b/contrib/oe-stylize.py | |||
@@ -19,6 +19,7 @@ TODO: | |||
19 | - count rule breaks and displays them in the order frequence | 19 | - count rule breaks and displays them in the order frequence |
20 | """ | 20 | """ |
21 | 21 | ||
22 | from __future__ import print_function | ||
22 | import fileinput | 23 | import fileinput |
23 | import string | 24 | import string |
24 | import re | 25 | import re |