summaryrefslogtreecommitdiffstats
path: root/gen_web_gettext.py
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2015-10-24 00:58:14 +0100
committerCalum Lind <calumlind+deluge@gmail.com>2015-10-30 18:39:52 +0000
commitd280fa9fbdecf3fc741e49e28281b590e2e93496 (patch)
treef836924825e75201a103b3d3e8561ba9fca8780d /gen_web_gettext.py
parent807fa609f9449f1f18b40ad98c350eca2211037a (diff)
downloaddeluge-d280fa9fbdecf3fc741e49e28281b590e2e93496.tar.gz
deluge-d280fa9fbdecf3fc741e49e28281b590e2e93496.tar.bz2
deluge-d280fa9fbdecf3fc741e49e28281b590e2e93496.zip
[Lint] Cleanup helper scripts to pass PyLint
Diffstat (limited to 'gen_web_gettext.py')
-rwxr-xr-xgen_web_gettext.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/gen_web_gettext.py b/gen_web_gettext.py
index 48535648c..066b91687 100755
--- a/gen_web_gettext.py
+++ b/gen_web_gettext.py
@@ -10,6 +10,8 @@
"""Script to parse javascript files for translation strings and generate gettext.js"""
+from __future__ import print_function
+
import os
import re