summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
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 712557d4f..a2fcde1d4 100755
--- a/contrib/oe-stylize.py
+++ b/contrib/oe-stylize.py
@@ -19,6 +19,7 @@ TODO:
19 - count rule breaks and displays them in the order frequence 19 - count rule breaks and displays them in the order frequence
20""" 20"""
21 21
22from __future__ import print_function
22import fileinput 23import fileinput
23import string 24import string
24import re 25import re