QGIS/python/core/auto_additions/qgsauthconfig.py
Nyall Dawson f21722a0f1 [sipify] Minor cleanup to auto additions
Condense injections into a single block instead of multiple
separate blocks
2024-09-09 16:56:29 +10:00

19 lines
475 B
Python

# The following has been generated automatically from src/core/auth/qgsauthconfig.h
try:
QgsAuthMethodConfig.uriToResource = staticmethod(QgsAuthMethodConfig.uriToResource)
QgsAuthMethodConfig.__group__ = ['auth']
except NameError:
pass
try:
QgsPkiBundle.__group__ = ['auth']
except NameError:
pass
try:
QgsPkiConfigBundle.__group__ = ['auth']
except NameError:
pass
try:
QgsAuthConfigSslServer.__group__ = ['auth']
except NameError:
pass