Files
freeipa/install/share
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
..
2013-11-18 16:54:21 +01:00
2015-07-08 06:30:23 +00:00
2015-06-11 10:50:31 +00:00
2014-10-21 12:23:03 +02:00
2014-07-01 13:57:06 +02:00
2015-05-26 11:59:47 +00:00
2015-06-11 10:50:31 +00:00
2015-07-31 15:22:19 +02:00
2015-06-11 10:50:31 +00:00
2015-05-26 11:59:47 +00:00
2015-05-26 11:59:47 +00:00
2015-07-08 06:30:23 +00:00