summaryrefslogtreecommitdiff
path: root/django/contrib/gis/gdal/base.py
blob: 74a2689f039096440175d756bf6f41e9552c7d9e (plain)
1
2
3
4
5
6
from django.contrib.gis.gdal.error import GDALException
from django.contrib.gis.ptr import CPointerBase


class GDALBase(CPointerBase):
    null_ptr_exception_class = GDALException