freeipa/ipalib
Petr Viktorin 5a9141dc40 Replace filter() calls with list comprehensions
In Python 3, filter() returns an iterator.
Use list comprehensions instead.

Reviewed-By: Christian Heimes <cheimes@redhat.com>
Reviewed-By: Jan Cholasta <jcholast@redhat.com>
2015-09-01 11:42:01 +02:00
..
plugins Use Python3-compatible dict method names 2015-09-01 11:42:01 +02:00
__init__.py Use absolute imports 2015-08-12 18:17:23 +02:00
aci.py Use six.string_types instead of "basestring" 2015-09-01 11:42:01 +02:00
backend.py Use absolute imports 2015-08-12 18:17:23 +02:00
base.py Use six.string_types instead of "basestring" 2015-09-01 11:42:01 +02: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 Use Python3-compatible dict method names 2015-09-01 11:42:01 +02:00
config.py Use Python3-compatible dict method names 2015-09-01 11:42:01 +02:00
constants.py Revert "Hide topology and domainlevel features" 2015-07-10 15:26:50 +02:00
crud.py Use absolute imports 2015-08-12 18:17:23 +02:00
errors.py Use Python3-compatible dict method names 2015-09-01 11:42:01 +02:00
frontend.py Replace filter() calls with list comprehensions 2015-09-01 11:42:01 +02:00
krb_utils.py Port from python-krbV to python-gssapi 2015-08-26 09:41:36 +02:00
messages.py Use Python3-compatible dict method names 2015-09-01 11:42:01 +02:00
output.py Use absolute imports 2015-08-12 18:17:23 +02:00
parameters.py Replace filter() calls with list comprehensions 2015-09-01 11:42:01 +02:00
pkcs10.py Work around python-nss bug on unrecognised OIDs 2015-08-11 15:28:28 +02:00
plugable.py Use Python3-compatible dict method names 2015-09-01 11:42:01 +02:00
request.py Use Python3-compatible dict method names 2015-09-01 11:42:01 +02:00
rpc.py Use Python3-compatible dict method names 2015-09-01 11:42:01 +02:00
session.py Use absolute imports 2015-08-12 18:17:23 +02:00
text.py Use absolute imports 2015-08-12 18:17:23 +02:00
util.py Use Python3-compatible dict method names 2015-09-01 11:42:01 +02:00
x509.py Modernize 'except' clauses 2015-08-12 18:17:23 +02:00