summaryrefslogtreecommitdiffstats
path: root/Tools/i18n
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/i18n')
-rwxr-xr-xTools/i18n/msgfmt.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/i18n/msgfmt.py b/Tools/i18n/msgfmt.py
index 8a2d4e6..b4ae3e9 100755
--- a/Tools/i18n/msgfmt.py
+++ b/Tools/i18n/msgfmt.py
@@ -113,7 +113,7 @@ def make(filename, outfile):
except IOError, msg:
print >> sys.stderr, msg
sys.exit(1)
-
+
section = None
fuzzy = 0
@@ -169,7 +169,7 @@ def make(filename, outfile):
open(outfile,"wb").write(output)
except IOError,msg:
print >> sys.stderr, msg
-
+
def main():