Python3 has builtin inet_pton support

This commit is contained in:
shortcutme 2019-03-15 23:49:13 +01:00
parent e508357cfb
commit c55d69d587
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE

View file

@ -9,10 +9,6 @@ import logging
import base64
import gevent
if "inet_pton" not in dir(socket):
import win_inet_pton
from Config import config