mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +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>
This commit is contained in:
parent
c13175d913
commit
8ed2be22d4
@ -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