From 27089f68ef15a0c4baa9a5da07a7d05935c34257 Mon Sep 17 00:00:00 2001 From: kakwa Date: Tue, 20 Oct 2015 20:26:41 +0200 Subject: [PATCH] fix pep8 --- ldapcherry/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldapcherry/__init__.py b/ldapcherry/__init__.py index c28574c..961e49c 100644 --- a/ldapcherry/__init__.py +++ b/ldapcherry/__init__.py @@ -425,7 +425,7 @@ class LdapCherry(object): exit(1) def _merge_user_attrs(self, attrs_backend, attrs_out, backend_name): - """ merge attributes from one backend search to the attributes dict + """ merge attributes from one backend search to the attributes dict output """