freeipa/ipaclient/install
Fraser Tweedale 39fdc2d250 ipa_certupdate: avoid classmethod and staticmethod
Because classmethod and staticmethod are just fancy ways of calling
plain old functions, turn the classmethods and staticmethods of
CertUpdate into plain old functions.

This improves readability by making it clear that the behaviour of
the routines cannot depend on instance or class variables.

Part of: https://pagure.io/freeipa/issue/6577

Reviewed-By: Rob Crittenden <rcritten@redhat.com>
2017-12-11 08:35:04 +01:00
..
__init__.py ipa-client-install: move client install to module 2016-11-11 12:13:56 +01:00
automount.py install: re-introduce option groups 2017-03-13 10:12:40 +01:00
client.py Support sqlite NSSDB 2017-11-16 12:17:01 +01:00
ipa_certupdate.py ipa_certupdate: avoid classmethod and staticmethod 2017-12-11 08:35:04 +01:00
ipa_client_install.py install: re-introduce option groups 2017-03-13 10:12:40 +01:00
ipachangeconf.py ipaclient: move install modules to the install subpackage 2016-11-29 14:50:51 +01:00
ipadiscovery.py logging: do not log into the root logger 2017-07-14 15:55:59 +02:00
ntpconf.py logging: do not log into the root logger 2017-07-14 15:55:59 +02:00
sssd.py sssd.py: Deprecating no-sssd option. 2017-06-08 15:47:16 +02:00