From 14906f26a0443c85a3a40f2ee383e90089b5597d Mon Sep 17 00:00:00 2001 From: Tingfeng Date: Wed, 22 Jun 2022 20:37:52 +0800 Subject: [PATCH] fix urllib import --- update_plugins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_plugins.py b/update_plugins.py index 122bfdfa..176ba7f0 100644 --- a/update_plugins.py +++ b/update_plugins.py @@ -9,7 +9,7 @@ except ImportError: import re import shutil import tempfile -import urllib +import urllib.request import zipfile from os import path