mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 15:16:28 +00:00
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> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
8e9cc02476
commit
7fafe0207e
@ -19,6 +19,7 @@ TODO:
|
||||
- count rule breaks and displays them in the order frequence
|
||||
"""
|
||||
|
||||
from __future__ import print_function
|
||||
import fileinput
|
||||
import string
|
||||
import re
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user