From c55d69d58713827e440ae950a1e5d1579d0f31f8 Mon Sep 17 00:00:00 2001 From: shortcutme <tamas@zeronet.io> Date: Fri, 15 Mar 2019 23:49:13 +0100 Subject: [PATCH] Python3 has builtin inet_pton support --- src/util/helper.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/util/helper.py b/src/util/helper.py index 2e2c1697..18bf4a69 100644 --- a/src/util/helper.py +++ b/src/util/helper.py @@ -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