From 0a8e307c2aa91fde9a8e20d85256039f129d13c4 Mon Sep 17 00:00:00 2001 From: Jakob Nixdorf Date: Fri, 16 Nov 2018 15:29:49 +0100 Subject: [PATCH] Drop the urllib dependency --- gotify.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gotify.py b/gotify.py index bb728b8..a4a90e6 100644 --- a/gotify.py +++ b/gotify.py @@ -9,7 +9,6 @@ except ImportError: print('This script has to run under WeeChat (https://weechat.org/).') exit(1) -from urllib import urlencode import requests SCRIPT_NAME = 'gotify'