freeipa/ipa-client/ipaclient
Petr Viktorin d1187cbc6f Use new-style raise syntax
The form`raise Error, value` is deprecated in favor of `raise Error(value)`,
and will be removed in Python 3.
Use the new syntax.

Reviewed-By: Christian Heimes <cheimes@redhat.com>
Reviewed-By: Jan Cholasta <jcholast@redhat.com>
2015-09-01 11:42:01 +02:00
..
__init__.py Remove __all__ specifications in ipaclient and ipaserver.install 2013-09-06 15:42:33 +02:00
ipa_certupdate.py Modernize 'except' clauses 2015-08-12 18:17:23 +02:00
ipachangeconf.py Use new-style raise syntax 2015-09-01 11:42:01 +02:00
ipadiscovery.py Modernize 'except' clauses 2015-08-12 18:17:23 +02:00
Makefile.am Add client certificate update tool ipa-certupdate. 2014-07-30 16:04:21 +02:00
ntpconf.py enable debugging of ntpd during client installation 2015-07-20 14:19:08 +00:00