[Lint] Cleanup helper scripts to pass PyLint

This commit is contained in:
Calum Lind 2015-10-24 00:58:14 +01:00
parent 807fa609f9
commit d280fa9fbd
7 changed files with 30 additions and 20 deletions

View file

@ -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