Comment out memoryview in db/__init__.py

pull/378/head
cclauss 6 years ago committed by GitHub
parent 04bfd8e159
commit 8caf83a9ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,7 +9,7 @@ from collections import defaultdict
logger = logging.getLogger("isso")
from isso.compat import memoryview # required for Python 2.6
# from isso.compat import memoryview # required for Python 2.6
from isso.db.comments import Comments
from isso.db.threads import Threads

Loading…
Cancel
Save