either fix apostrophe into 'data/tips.xml.in' to avoid message like 'byte 0xd0 in position 7', or remove unicode_literals from po/update_po.py
svn: r23304
This commit is contained in:
parent
8149b4fe72
commit
df8ec14bcf
@ -48,7 +48,7 @@ Examples:
|
||||
Checks 'de.po' file, tests to compile and generates a textual resume.
|
||||
"""
|
||||
|
||||
from __future__ import print_function, unicode_literals
|
||||
from __future__ import print_function
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
Loading…
Reference in New Issue
Block a user