base.py 181 B

123456
  1. from django.contrib.gis.gdal.error import GDALException
  2. from django.contrib.gis.ptr import CPointerBase
  3. class GDALBase(CPointerBase):
  4. null_ptr_exception_class = GDALException