Make information about translation to be in unicode
authorAndrey Skvortsov <andrej.skvortzov@gmail.com>
Fri, 29 Jun 2018 15:36:34 +0300
changeset 2239 813792f22527
parent 2238 a01a3ed1af2c
child 2240 e684aed23407
Make information about translation to be in unicode

This is necessary because some translator's names contains non-ASCII
characters and they are not handled properly in about dialog on Windows
version.py
--- a/version.py	Fri Jun 29 13:40:11 2018 +0300
+++ b/version.py	Fri Jun 29 15:36:34 2018 +0300
@@ -24,6 +24,8 @@
 
 
 from __future__ import absolute_import
+from __future__ import unicode_literals
+
 import subprocess
 import os