QGIS/python/core/auto_additions/qgsziputils.py
2025-03-28 21:58:29 +00:00

8 lines
299 B
Python

# The following has been generated automatically from src/core/qgsziputils.h
try:
QgsZipUtils.isZipFile = staticmethod(QgsZipUtils.isZipFile)
QgsZipUtils.unzip = staticmethod(QgsZipUtils.unzip)
QgsZipUtils.zip = staticmethod(QgsZipUtils.zip)
except (NameError, AttributeError):
pass