# HG changeset patch # User Andrey Skvortsov # Date 1530275794 -10800 # Node ID 813792f225272a07423f14ae418c65ddd1ad2076 # Parent a01a3ed1af2cd6004ff15c3ca67c5e2a318aa231 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 diff -r a01a3ed1af2c -r 813792f22527 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