server/test/unittest_repository.py
changeset 8694 d901c36bcfce
parent 8670 f02139297beb
child 8821 c4aa23af0baa
equal deleted inserted replaced
8693:a6ca96ec8693 8694:d901c36bcfce
    15 # details.
    15 # details.
    16 #
    16 #
    17 # You should have received a copy of the GNU Lesser General Public License along
    17 # You should have received a copy of the GNU Lesser General Public License along
    18 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    18 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    19 """unit tests for module cubicweb.server.repository"""
    19 """unit tests for module cubicweb.server.repository"""
    20 
       
    21 from __future__ import with_statement
       
    22 
    20 
    23 import os
    21 import os
    24 import sys
    22 import sys
    25 import threading
    23 import threading
    26 import time
    24 import time