| Index: localeTools.py |
| =================================================================== |
| --- a/localeTools.py |
| +++ b/localeTools.py |
| @@ -53,7 +53,7 @@ |
| baseDir, *metadata.get('locales', 'base_path').split('/') |
| ) |
| localeConfig = { |
| - 'default_locale': metadata.get('locales', 'default_locale') |
| + 'default_locale': metadata.get('locales', 'default_locale'), |
| } |
| localeConfig['base_path'] = localeDir |
| @@ -193,7 +193,7 @@ |
| StringIO(body), |
| { |
| 'Content-Type': 'multipart/form-data; boundary=' + boundary, |
| - 'Content-Length': len(body) |
| + 'Content-Length': len(body), |
| }, |
| ) |