From bb2590734bc5688745a3ab094ec48b2a30172ca0 Mon Sep 17 00:00:00 2001 From: jesopo Date: Mon, 23 Sep 2019 11:28:14 +0100 Subject: add missing "import urllib.parse" to ap_utils.py --- modules/fediverse/ap_utils.py | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') diff --git a/modules/fediverse/ap_utils.py b/modules/fediverse/ap_utils.py index 39e30590..cd229f15 100644 --- a/modules/fediverse/ap_utils.py +++ b/modules/fediverse/ap_utils.py @@ -1,3 +1,4 @@ +import urllib.parse from src import IRCBot, utils LD_TYPE = ("application/ld+json; " -- cgit v1.3.1-10-gc9f91