aboutsummaryrefslogtreecommitdiff
blob: 1443c5fd8ddba29885f6e0b28371d0da1e9fe4b3 (plain)
1
2
3
4
5
6
7
8
9
py.install_sources(
    [
        'test_string_format.py',
        '__init__.py',
        '__test__.py',
    ],
    subdir : 'portage/tests/unicode',
    pure : not native_extensions
)