From c9f34d54556d82a49805be1e4e24e2f8e881cdfc Mon Sep 17 00:00:00 2001 From: stroeder Date: Sat, 24 Oct 2015 15:52:23 +0000 Subject: [PATCH] Undefined variable name 'SSSVLVPagedLDAPObject' in __all__ (undefined-all-variable) --- Lib/ldap/controls/sss.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Lib/ldap/controls/sss.py b/Lib/ldap/controls/sss.py index 406fb0b..95f751e 100644 --- a/Lib/ldap/controls/sss.py +++ b/Lib/ldap/controls/sss.py @@ -5,13 +5,12 @@ ldap.controls.sss - classes for Server Side Sorting See http://www.python-ldap.org/ for project details. -$Id: sss.py,v 1.1 2015/06/22 16:47:08 stroeder Exp $ +$Id: sss.py,v 1.2 2015/10/24 15:52:23 stroeder Exp $ """ __all__ = [ 'SSSRequestControl', 'SSSResponseControl', - 'SSSVLVPagedLDAPObject' ]