aboutsummaryrefslogtreecommitdiff
blob: 3296c25b2ad3106cfbe0f78be84b94c3f35616e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
py.install_sources(
    [
        'compat_coroutine.py',
        'extendedfutures.py',
        'futures.py',
        'iter_completed.py',
        'retry.py',
        'unix_events.py',
        '_sync_decorator.py',
        '__init__.py',
    ],
    subdir : 'portage/util/futures',
    pure : false
)

subdir('executor')
subdir('_asyncio')