cubicweb/server/sources/ldapfeed.py
branch3.27
changeset 12893 4942a6ebf21b
parent 12828 dadbd4148a44
child 12894 ba528f08ddfa
equal deleted inserted replaced
12873:de90a96be6f0 12893:4942a6ebf21b
    14 # details.
    14 # details.
    15 #
    15 #
    16 # You should have received a copy of the GNU Lesser General Public License along
    16 # You should have received a copy of the GNU Lesser General Public License along
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    18 """cubicweb ldap feed source"""
    18 """cubicweb ldap feed source"""
    19 
       
    20 from __future__ import division  # XXX why?
       
    21 
    19 
    22 from datetime import datetime
    20 from datetime import datetime
    23 
    21 
    24 import ldap3
    22 import ldap3
    25 
    23