[Freeipa-devel] [PATCH] Schema caching for thin client

Petr Vobornik pvoborni at redhat.com
Wed Jun 15 18:15:59 UTC 2016


On 06/15/2016 02:36 PM, David Kupka wrote:
> Hello!
> Schema caching for thin client is available here:
> 
> https://github.com/dkupka/freeipa/commits/schema_cache
> 
> Comments and reviews welcome.
> 
> Enjoy!

Not doing proper review. I'll test by using it. But:

1. lint fails

Pylint is running, please wait ...
************* Module ipaclient.remote_plugins.schema_cache
ipaclient/remote_plugins/schema_cache.py:283: [W1612(unicode-builtin),
_refresh_schema] unicode built-in referenced)
Makefile:137: recipe for target 'lint' failed
make: *** [lint] Error 1

I.e, you miss:

  import six

  if six.PY3:
      unicode = str

-- 
Petr Vobornik




More information about the Freeipa-devel mailing list