blob: cbb045f60913a87d1cb8bb6660604d053ffac55f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Generated by devtools/yamaker (pypi).
PY2_LIBRARY()
VERSION(3.4.0)
LICENSE(PSF-2.0)
NO_LINT()
PY_SRCS(
TOP_LEVEL
concurrent/__init__.py
concurrent/futures/__init__.py
concurrent/futures/_base.py
concurrent/futures/process.py
concurrent/futures/thread.py
)
RESOURCE_FILES(
PREFIX contrib/deprecated/python/futures/
.dist-info/METADATA
.dist-info/top_level.txt
)
END()
|