summaryrefslogtreecommitdiff
path: root/nephilim/common.py
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-01-15 10:32:01 +0100
committerAnton Khirnov <anton@khirnov.net>2021-01-15 10:32:01 +0100
commit8c111a95f19f4216c300ef8e4d04146fa611efe1 (patch)
treec1b5824387af39a6aeb74889022116b4281101b8 /nephilim/common.py
parentdeb35230eb8ded52e9450cf1cc0aa218c62b9e02 (diff)
Convert to python3.HEADstickers
Diffstat (limited to 'nephilim/common.py')
-rw-r--r--nephilim/common.py2
1 files changed, 1 insertions, 1 deletions
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)