equal
deleted
inserted
replaced
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.server.sources.ldapusers unit and functional tests""" |
18 """cubicweb.server.sources.ldapusers unit and functional tests""" |
|
19 from __future__ import with_statement |
19 |
20 |
20 import os |
21 import os |
21 import shutil |
22 import shutil |
22 import time |
23 import time |
23 from os.path import join, exists |
24 from os.path import join, exists |