i18n/mki18n.py
changeset 1742 92932cd370a4
parent 1741 dd94b9a68c61
child 1744 69dfdb26f600
--- a/i18n/mki18n.py	Tue Aug 15 16:01:18 2017 +0300
+++ b/i18n/mki18n.py	Tue Aug 15 16:48:49 2017 +0300
@@ -88,8 +88,8 @@
 # ----------------
 #
 
-__author__ = "Pierre Rouleau"
-__version__= "$Revision: 1.5 $"
+__author__  = "Pierre Rouleau"
+__version__ = "$Revision: 1.5 $"
 
 # -----------------------------------------------------------------------------
 
@@ -278,7 +278,7 @@
     languageDict = getlanguageDict()
 
     for langCode in languageDict.keys():
-        if (langCode == 'en') and (forceEnglish==0):
+        if (langCode == 'en') and (forceEnglish == 0):
             pass
         else:
             langPOfileName = "%s_%s.po" % (applicationName, langCode)
@@ -383,7 +383,7 @@
    # translate the path separators
    directory = unixpath(directory)
    # build a list of all directory elements
-   aList = filter(lambda x: len(x)>0, directory.split('/'))
+   aList = filter(lambda x: len(x) > 0, directory.split('/'))
    theLen = len(aList)
    # if the first element is a Windows-style disk drive
    # concatenate it with the first directory