aboutsummaryrefslogtreecommitdiff
path: root/common/mangle-tmpl.py
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2013-09-24 16:51:01 +0200
committerSebastian Dröge <slomo@circular-chaos.org>2013-09-24 16:51:10 +0200
commit18acd458e51289e6a11ba1b9f76d25cc03bb7d88 (patch)
tree1c47a55922119167a9bdcd0300546a34b86089e0 /common/mangle-tmpl.py
parent43e2aa82754c45945ef95e817cc08ce635dfcece (diff)
parentc7dcb755cdc7751861e9888063fcfa93cc05b044 (diff)
Merge branch 'upstream-experimental' into upstream
Diffstat (limited to 'common/mangle-tmpl.py')
-rw-r--r--common/mangle-tmpl.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/mangle-tmpl.py b/common/mangle-tmpl.py
index bd4f948..51ea8c2 100644
--- a/common/mangle-tmpl.py
+++ b/common/mangle-tmpl.py
@@ -15,6 +15,8 @@ insert/overwrite Short Description and Long Description
# read in inspect/*.xml
# for every tmpl/element-(name).xml: mangle with details from element
+from __future__ import print_function, unicode_literals
+
import glob
import re
import sys