freeipa/contrib/RHEL4
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
..
configure.ac build tweaks - use automake's foreign mode, avoid creating empty files to satisfy gnu mode - run autoreconf -f to ensure that everything matches 2010-11-29 11:39:55 -05:00
ipa-client-setup Set master_kdc and dns_lookup_kdc to true 2012-09-19 20:47:12 -04:00
ipa-client.spec Become version 1.0.0 2008-04-16 14:29:17 -07:00
ipa.conf Add autoconf and automake stuff and provide a spec file. 2008-03-25 15:17:21 -04:00
ipachangeconf.py Modernize number literals 2015-07-31 15:22:19 +02:00
Makefile.am Add autoconf and automake stuff and provide a spec file. 2008-03-25 15:17:21 -04:00
setup.py Execute /usr/bin/python directly instead of /usr/bin/env python 2011-01-14 16:27:48 -05:00