From a619aa36b27535c269f1d3442f3c175b0cffc54f Mon Sep 17 00:00:00 2001 From: ave Date: Sun, 3 Sep 2023 14:05:06 +0000 Subject: [PATCH] bundle-networking: Include urllib.urequest --- micropython/bundles/bundle-networking/manifest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/micropython/bundles/bundle-networking/manifest.py b/micropython/bundles/bundle-networking/manifest.py index 79d5e9d9d..234bd627e 100644 --- a/micropython/bundles/bundle-networking/manifest.py +++ b/micropython/bundles/bundle-networking/manifest.py @@ -7,6 +7,7 @@ require("ntptime") require("requests") require("webrepl") +require("urllib.urequest") # Provide urequests (which just forwards to requests) for backwards # compatibility.