beremiz

813792f22527
Parents a01a3ed1af2c
Children 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
  • +2 -0
    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