freeipa/ipalib
Petr Viktorin 6a741b51da Replace dict.has_key with the 'in' operator
The deprecated has_key method will be removed from dicts in Python 3.

For custom dict-like classes, has_key() is kept on Python 2,
but disabled for Python 3.

Reviewed-By: Tomas Babej <tbabej@redhat.com>
2015-08-12 18:17:23 +02:00
..
plugins Modernize function and method attribute names 2015-08-12 18:17:23 +02:00
__init__.py Fix minor typos 2015-07-17 14:33:30 +02:00
aci.py ACI plugin: correctly parse bind rules enclosed in parentheses 2015-07-29 16:40:32 +02:00
backend.py Modernize 'except' clauses 2015-08-12 18:17:23 +02:00
base.py Allow indexing API object types by class 2014-03-25 14:18:12 +01:00
capabilities.py dns_name_values capability added 2014-06-03 15:55:32 +02:00
certstore.py Modernize 'except' clauses 2015-08-12 18:17:23 +02:00
cli.py Modernize 'except' clauses 2015-08-12 18:17:23 +02:00
config.py Test and docstring fixes 2014-06-23 10:54:42 +02:00
constants.py Revert "Hide topology and domainlevel features" 2015-07-10 15:26:50 +02:00
crud.py Add optional_create flag 2013-10-08 16:46:20 +02:00
errors.py ipalib: Fix missing format for InvalidDomainLevelError 2015-07-10 15:01:22 +02:00
frontend.py Modernize 'except' clauses 2015-08-12 18:17:23 +02:00
krb_utils.py Modernize 'except' clauses 2015-08-12 18:17:23 +02:00
messages.py DNSSEC: Detect zone shadowing with incorrect DNSSEC signatures. 2015-06-11 16:08:42 +02:00
output.py Allow primary keys to use different type than unicode. 2014-04-18 14:59:20 +02:00
parameters.py Modernize function and method attribute names 2015-08-12 18:17:23 +02:00
pkcs10.py Work around python-nss bug on unrecognised OIDs 2015-08-11 15:28:28 +02:00
plugable.py Replace dict.has_key with the 'in' operator 2015-08-12 18:17:23 +02:00
request.py Remove deprecated i18n code from ipalib/request and all references to it. 2011-03-01 10:31:36 -05:00
rpc.py Modernize 'except' clauses 2015-08-12 18:17:23 +02:00
session.py Replace dict.has_key with the 'in' operator 2015-08-12 18:17:23 +02:00
text.py Add ConcatenatedLazyText object 2013-11-21 10:34:25 +01:00
util.py Modernize 'except' clauses 2015-08-12 18:17:23 +02:00
x509.py Modernize 'except' clauses 2015-08-12 18:17:23 +02:00