mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01: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…
Reference in New Issue
Block a user