fix 'undefined name 'buffer'' on Python 3.x
This commit is contained in:
parent
da174cd712
commit
d469324392
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user