summaryrefslogtreecommitdiff
path: root/extmod/asyncio/manifest.py
diff options
context:
space:
mode:
Diffstat (limited to 'extmod/asyncio/manifest.py')
-rw-r--r--extmod/asyncio/manifest.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/extmod/asyncio/manifest.py b/extmod/asyncio/manifest.py
index 0aba5b185..e8dc76432 100644
--- a/extmod/asyncio/manifest.py
+++ b/extmod/asyncio/manifest.py
@@ -13,3 +13,6 @@ package(
base_path="..",
opt=3,
)
+
+# Backwards-compatible uasyncio module.
+module("uasyncio.py", opt=3)