From 2ff2fb0495febe11d5015d2308d67e1d8048e597 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Thu, 10 Apr 2014 13:37:02 +0200 Subject: Some code cosmetics about commas, spaces and quotes Merges #577 --- pyLoadCli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyLoadCli.py') diff --git a/pyLoadCli.py b/pyLoadCli.py index 079cee19c..b790041a1 100755 --- a/pyLoadCli.py +++ b/pyLoadCli.py @@ -492,7 +492,7 @@ def main(): gettext.setpaths([join(os.sep, "usr", "share", "pyload", "locale"), None]) translation = gettext.translation("pyLoadCli", join(pypath, "locale"), - languages=[config["language"],"en"],fallback=True) + languages=[config["language"], "en"], fallback=True) translation.install(unicode=True) interactive = False @@ -518,7 +518,7 @@ def main(): config["language"] = params gettext.setpaths([join(os.sep, "usr", "share", "pyload", "locale"), None]) translation = gettext.translation("pyLoadCli", join(pypath, "locale"), - languages=[config["language"],"en"],fallback=True) + languages=[config["language"], "en"], fallback=True) translation.install(unicode=True) elif option in ("-h", "--help"): print_help(config) -- cgit v1.2.3