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

4066.29.1 by Vo Minh Thu
[FIX] tools.translate: when loading entries from a PO file, use also the POT.
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: