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

1
2
3
4
5
6
7
8
9
10
# -*- coding: utf-8 -*-
import unittest2

import test_term_count

suite = [
    test_term_count
    ]

# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: