freeipa/ipaserver
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
..
advise Fix minor typos 2015-07-17 14:33:30 +02:00
install Modernize number literals 2015-07-31 15:22:19 +02:00
plugins certprofile: add ability to update profile config in Dogtag 2015-07-08 00:25:46 +02:00
__init__.py Change FreeIPA license to GPLv3+ 2010-12-20 17:19:53 -05:00
dcerpc.py Replace M2Crypto RC4 with python-cryptography ARC4 2015-07-31 13:33:02 +02:00
rpcserver.py plugable: Pass API to plugins on initialization rather than using set_api 2015-07-01 13:05:30 +00:00