# HG changeset patch # User Julien Tayon # Date 1582665495 -3600 # Node ID 4942a6ebf21b3bf90785cfabab134418e3bfe3b4 # Parent de90a96be6f0b2f808dbb7f0910b0badc6243496 [ldapfeed] drop now useless import from __future__ diff -r de90a96be6f0 -r 4942a6ebf21b cubicweb/server/sources/ldapfeed.py --- a/cubicweb/server/sources/ldapfeed.py Sun Feb 02 22:15:38 2020 +0100 +++ b/cubicweb/server/sources/ldapfeed.py Tue Feb 25 22:18:15 2020 +0100 @@ -17,8 +17,6 @@ # with CubicWeb. If not, see . """cubicweb ldap feed source""" -from __future__ import division # XXX why? - from datetime import datetime import ldap3