1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
# The following has been generated automatically from src/core/auth/qgsauthconfig.h
try:
QgsAuthMethodConfig.uriToResource = staticmethod(QgsAuthMethodConfig.uriToResource)
QgsAuthMethodConfig.__group__ = ['auth']
except (NameError, AttributeError):
pass
try:
QgsPkiBundle.__group__ = ['auth']
except (NameError, AttributeError):
pass
try:
QgsPkiConfigBundle.__group__ = ['auth']
except (NameError, AttributeError):
pass
try:
QgsAuthConfigSslServer.__group__ = ['auth']
except (NameError, AttributeError):
pass
|