# HG changeset patch # User Sylvain Thénault # Date 1342773987 -7200 # Node ID 19cc6eb517831c735fbae7383a1d1d99d799ede0 # Parent e099ebc65e610507ba1961f5a3c951343f85a5c8 [ldap feed] add missing future import diff -r e099ebc65e61 -r 19cc6eb51783 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