aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Alarcon <jose.alarcon@ge.com>2015-12-28 11:07:11 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2016-01-14 11:22:10 +0100
commit7fafe0207e51e790ab6371f45273fc067e18872c (patch)
treef21de254b5cf5431edaed0a24d8cf7b458a7134a
parent8e9cc02476d9d961f2f86fb173995e5844de8c2f (diff)
downloadmeta-openembedded-7fafe0207e51e790ab6371f45273fc067e18872c.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> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rwxr-xr-xcontrib/oe-stylize.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/oe-stylize.py b/contrib/oe-stylize.py
index 712557d4f9..a2fcde1d4c 100755
--- a/contrib/oe-stylize.py
+++ b/contrib/oe-stylize.py
@@ -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