freeipa/daemons/dnssec
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
..
ipa-dnskeysync-replica DNSSEC: Detect invalid master keys in LDAP. 2015-06-29 14:32:26 +02:00
ipa-dnskeysyncd Modernize number literals 2015-07-31 15:22:19 +02:00
ipa-dnskeysyncd.service DNSSEC: add ipa dnssec daemons 2014-10-21 12:23:03 +02:00
ipa-ods-exporter DNSSEC: Store time & date key metadata in UTC. 2015-07-01 12:25:52 +02:00
ipa-ods-exporter.service DNSSEC: add ipa dnssec daemons 2014-10-21 12:23:03 +02:00
ipa-ods-exporter.socket DNSSEC: add ipa dnssec daemons 2014-10-21 12:23:03 +02:00