summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e23c4fb59..051581cc4 100644
--- a/setup.py
+++ b/setup.py
@@ -158,7 +158,7 @@ else:
msgid = msgid[0]
jscatalog[msgid] = message.string
- with open(js_file, 'wb') as outfile:
+ with open(js_file, 'wt') as outfile:
outfile.write('Documentation.addTranslations(')
dump(dict(
messages=jscatalog,