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 |
18 |
19 import os.path as osp |
|
20 from datetime import datetime |
19 from datetime import datetime |
21 from threading import Thread |
20 from threading import Thread |
22 |
21 |
23 from logilab.common.testlib import SkipTest |
22 from logilab.common.testlib import SkipTest |
24 |
23 |