summaryrefslogtreecommitdiff
path: root/extmod/asyncio/manifest.py
blob: 0aba5b1856cebec045c21e60f17e66d2b9e51a73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# This list of package files doesn't include task.py because that's provided
# by the C module.
package(
    "asyncio",
    (
        "__init__.py",
        "core.py",
        "event.py",
        "funcs.py",
        "lock.py",
        "stream.py",
    ),
    base_path="..",
    opt=3,
)