summaryrefslogtreecommitdiffstatshomepage
path: root/extmod/uasyncio/manifest.py
blob: f5fa27bfcaa352c313be11686e6f9bad17f361bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# This list of frozen files doesn't include task.py because that's provided by the C module.
freeze(
    "..",
    (
        "uasyncio/__init__.py",
        "uasyncio/core.py",
        "uasyncio/event.py",
        "uasyncio/funcs.py",
        "uasyncio/lock.py",
        "uasyncio/stream.py",
    ),
    opt=3,
)