Python3 has builtin inet_pton support
This commit is contained in:
parent
e508357cfb
commit
c55d69d587
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue