mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-09 04:11:16 +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:
committed by
Martin Jansa
parent
c13175d913
commit
8ed2be22d4
@@ -19,6 +19,7 @@ TODO:
|
|||||||
- count rule breaks and displays them in the order frequence
|
- count rule breaks and displays them in the order frequence
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
from __future__ import print_function
|
||||||
import fileinput
|
import fileinput
|
||||||
import string
|
import string
|
||||||
import re
|
import re
|
||||||
|
|||||||
Reference in New Issue
Block a user