mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
9 lines
487 B
Python
9 lines
487 B
Python
# The following has been generated automatically from src/core/qgspathresolver.h
|
|
try:
|
|
QgsPathResolver.setPathPreprocessor = staticmethod(QgsPathResolver.setPathPreprocessor)
|
|
QgsPathResolver.removePathPreprocessor = staticmethod(QgsPathResolver.removePathPreprocessor)
|
|
QgsPathResolver.setPathWriter = staticmethod(QgsPathResolver.setPathWriter)
|
|
QgsPathResolver.removePathWriter = staticmethod(QgsPathResolver.removePathWriter)
|
|
except (NameError, AttributeError):
|
|
pass
|