aboutsummaryrefslogtreecommitdiff
path: root/i18nfix.py
diff options
context:
space:
mode:
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):