fix 'undefined name 'buffer'' on Python 3.x

This commit is contained in:
Martin Zimmermann 2014-11-09 21:17:36 +01:00
parent da174cd712
commit d469324392

View File

@ -9,6 +9,8 @@ from collections import defaultdict
logger = logging.getLogger("isso")
from isso.compat import buffer
from isso.db.comments import Comments
from isso.db.threads import Threads
from isso.db.spam import Guard