freeipa/ipa-client/ipaclient
Petr Viktorin b8c46f2a32 Modernize number literals
Use Python-3 compatible syntax, without breaking compatibility with py 2.7

- Octals literals start with 0o to prevent confusion
- The "L" at the end of large int literals is not required as they use
  long on Python 2 automatically.
- Using 'int' instead of 'long' for small numbers is OK in all cases except
  strict type checking checking, e.g. type(0).

https://fedorahosted.org/freeipa/ticket/4985

Reviewed-By: Jan Cholasta <jcholast@redhat.com>
2015-07-31 15:22:19 +02:00
..
__init__.py Remove __all__ specifications in ipaclient and ipaserver.install 2013-09-06 15:42:33 +02:00
ipa_certupdate.py Modernize number literals 2015-07-31 15:22:19 +02:00
ipachangeconf.py Modernize number literals 2015-07-31 15:22:19 +02:00
ipadiscovery.py Add debug messages into client autodetection 2015-01-21 08:34:26 +01: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