i18n/mki18n.py
changeset 1754 63f4af6bf6d9
parent 1749 d73b64672238
child 1756 08e4394ff4fb
--- a/i18n/mki18n.py	Wed Aug 16 13:49:02 2017 +0300
+++ b/i18n/mki18n.py	Wed Aug 16 13:56:36 2017 +0300
@@ -88,7 +88,7 @@
 # ----------------
 #
 
-__author__  = "Pierre Rouleau"
+__author__ =  "Pierre Rouleau"
 __version__ = "$Revision: 1.5 $"
 
 # -----------------------------------------------------------------------------
@@ -436,7 +436,7 @@
         printUsage('Missing argument: specify at least one of -m or -p (or both).')
         sys.exit(1)
     # If there is some arguments, parse the command line
-    validOptions     = "ehmpv"
+    validOptions = "ehmpv"
     validLongOptions = ['domain=', 'moTarget=']
     option = {}
     option['forceEnglish'] = 0