diff options
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ for strRoot, lstDirnames, lstFilenames in os.walk('po'): for strFilename in lstFilenames: - if strFilename.endswith('po'): + if strFilename.endswith('.po'): strLocale = os.path.splitext(strFilename)[0] |