django1/django/contrib/gis/__init__.py

7 lines
100 B
Python

from django.utils import six
if six.PY3:
memoryview = memoryview
else:
memoryview = buffer