server/test/unittest_ldapuser.py
changeset 8438 2c79c29193e7
parent 8434 39c5bb4dcc59
child 8478 e099ebc65e61
equal deleted inserted replaced
8437:c9ab72f0645d 8438:2c79c29193e7
    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