equal
deleted
inserted
replaced
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 |