Skip to content
Snippets Groups Projects
Commit 88bb5ab8 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

fix missing import. see #5327

parent 5b9582bf
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,7 @@ from errno import ENOBUFS
from errno import EINTR
from errno import EISCONN
from errno import EINPROGRESS
from errno import EAFNOSUPPORT
from xmpp.idlequeue import IdleObject
MAX_BUFF_LEN = 65536
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment