mirror of
https://git.deluge-torrent.org/deluge
synced 2025-10-04 08:08:44 +00:00
[Lint] Cleanup helper scripts to pass PyLint
This commit is contained in:
parent
807fa609f9
commit
d280fa9fbd
7 changed files with 30 additions and 20 deletions
4
setup.py
4
setup.py
|
@ -9,6 +9,8 @@
|
|||
# See LICENSE for more details.
|
||||
#
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
import glob
|
||||
import os
|
||||
import platform
|
||||
|
@ -91,7 +93,7 @@ class BuildTranslations(cmd.Command):
|
|||
os.system('C_ALL=C ' + '%s ' * 5 % (intltool_merge, intltool_merge_opts,
|
||||
po_dir, desktop_in, desktop_data))
|
||||
|
||||
print('Compiling po files from %s...' % po_dir),
|
||||
print('Compiling po files from %s...' % po_dir)
|
||||
for path, names, filenames in os.walk(po_dir):
|
||||
for f in filenames:
|
||||
upto_date = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue