 Issue 29906560:
  Issue 7042 - [XTM Integration] Solve UnicodeDecodeErrors occuring  (Closed)
    
  
    Issue 29906560:
  Issue 7042 - [XTM Integration] Solve UnicodeDecodeErrors occuring  (Closed) 
  | Index: cms/translations/xtm/utils.py | 
| diff --git a/cms/translations/xtm/utils.py b/cms/translations/xtm/utils.py | 
| index 2cb220cdcead84591c2582f53798f0308ff80014..f0e1530cc8f6ecdd6f46ca6d4b404e72989cc3b8 100644 | 
| --- a/cms/translations/xtm/utils.py | 
| +++ b/cms/translations/xtm/utils.py | 
| @@ -13,6 +13,8 @@ | 
| # You should have received a copy of the GNU General Public License | 
| # along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. | 
| +from __future__ import unicode_literals | 
| + | 
| import collections | 
| import logging | 
| import os |