Comment out memoryview in db/comments.py too

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

@ -3,7 +3,7 @@
import time
from isso.utils import Bloomfilter
from isso.compat import memoryview # required for Python 2.6
# from isso.compat import memoryview # required for Python 2.6
class Comments:
"""Hopefully DB-independend SQL to store, modify and retrieve all

Loading…
Cancel
Save