aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
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-04 14:56:23 +0100
commit8ed2be22d400428e0a82ea875dca009bdd4722b5 (patch)
treeb87008eef413cca47567a946bfcfe31bb643157b /contrib
parentc13175d91321b34b7b15e84f969dd0043de8867f (diff)
downloadmeta-openembedded-contrib-8ed2be22d400428e0a82ea875dca009bdd4722b5.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>
Diffstat (limited to 'contrib')
-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