Drop the urllib dependency

This commit is contained in:
Jakob Nixdorf 2018-11-16 15:29:49 +01:00
parent 8e9811e87e
commit 0a8e307c2a
No known key found for this signature in database
GPG Key ID: BE99BF86574A7DBC

View File

@ -9,7 +9,6 @@ except ImportError:
print('This script has to run under WeeChat (https://weechat.org/).') print('This script has to run under WeeChat (https://weechat.org/).')
exit(1) exit(1)
from urllib import urlencode
import requests import requests
SCRIPT_NAME = 'gotify' SCRIPT_NAME = 'gotify'