aboutsummaryrefslogtreecommitdiff
path: root/i18nfix.py
diff options
context:
space:
mode:
authorNils Gillmann <ng0@n0.is>2018-10-14 12:55:21 +0000
committerNils Gillmann <ng0@n0.is>2018-10-14 12:55:21 +0000
commitaa55a1897afbbeb3ef0dd0426219e1739b851c7a (patch)
treeb3d3832bb8d9508f819e9befd405d6e2b305cd65 /i18nfix.py
parent672cdf7e7f69f8ae932a178f0d9dbdc9833b65d2 (diff)
downloadwww-aa55a1897afbbeb3ef0dd0426219e1739b851c7a.tar.gz
www-aa55a1897afbbeb3ef0dd0426219e1739b851c7a.zip
template + i18nfix: Minor cleanup + make it build compatible
Signed-off-by: Nils Gillmann <ng0@n0.is>
Diffstat (limited to 'i18nfix.py')
-rw-r--r--i18nfix.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18nfix.py b/i18nfix.py
index b7fb4561..de58b954 100644
--- a/i18nfix.py
+++ b/i18nfix.py
@@ -7,8 +7,8 @@ Extract translations from a Jinja2 template, stripping leading newlines.
7@author Florian Dold 7@author Florian Dold
8""" 8"""
9 9
10import jinja2.ext
11import re 10import re
11import jinja2.ext
12 12
13 13
14def normalize(message): 14def normalize(message):