~numerigraphe-team/openobject-server/7.0-fix-po-targets-933496-vmt

« back to all changes in this revision

Viewing changes to openerp/tests/addons/test_translation_import/tests/__init__.py

[FIX] tools.translate: when loading entries from a PO file, use also the POT. - ported from lp:~openerp-dev/openobject-server/6.1-fix-po-targets-933496-vmt

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- coding: utf-8 -*-
 
2
import unittest2
 
3
 
 
4
import test_term_count
 
5
 
 
6
suite = [
 
7
    test_term_count
 
8
    ]
 
9
 
 
10
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: