summaryrefslogtreecommitdiff
path: root/nephilim/common.py
diff options
context:
space:
mode:
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)