From 8c111a95f19f4216c300ef8e4d04146fa611efe1 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Fri, 15 Jan 2021 10:32:01 +0100 Subject: Convert to python3. --- nephilim/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nephilim/common.py') diff --git a/nephilim/common.py b/nephilim/common.py index 5690b3d..0df50d7 100644 --- a/nephilim/common.py +++ b/nephilim/common.py @@ -21,7 +21,7 @@ import socket import logging import os import re -from htmlentitydefs import name2codepoint as n2cp +from html.entities import name2codepoint as n2cp socket.setdefaulttimeout(8) -- cgit v1.2.3