[ldap feed] add missing future import stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 20 Jul 2012 10:46:27 +0200
branchstable
changeset 8479 19cc6eb51783
parent 8478 e099ebc65e61
child 8480 086cff6a306a
[ldap feed] add missing future import
sobjects/ldapparser.py
--- a/sobjects/ldapparser.py	Thu Jul 19 16:41:10 2012 +0200
+++ b/sobjects/ldapparser.py	Fri Jul 20 10:46:27 2012 +0200
@@ -20,6 +20,7 @@
 unlike ldapuser source, this source is copy based and will import ldap content
 (beside passwords for authentication) into the system source.
 """
+from __future__ import with_statement
 
 from logilab.common.decorators import cached
 from logilab.common.shellutils import generate_password