fix missing import. see #5327

This commit is contained in:
Yann Leboulanger 2010-01-03 11:31:22 +01:00
parent 5b9582bf01
commit 88bb5ab8fc
1 changed files with 1 additions and 0 deletions

View File

@ -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