freeipa/daemons
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
..
dnssec Modernize number literals 2015-07-31 15:22:19 +02:00
ipa-kdb ipa-kdb: add unit_tests for string_to_sid() and dom_sid_string() 2015-07-08 01:56:52 +02:00
ipa-otpd Move ipa-otpd socket directory 2014-02-11 17:36:19 +01:00
ipa-sam add one-way trust support to ipasam 2015-07-08 01:56:52 +02:00
ipa-slapi-plugins Fix minor typos 2015-07-17 14:33:30 +02:00
configure.ac ds plugin - manage replication topology in the shared tree 2015-05-26 10:40:29 +02:00
ipa-version.h.in Fix typos 2011-09-07 13:20:42 +02:00
Makefile.am fix Makefile.am for daemons 2015-03-26 14:58:37 +01:00