equal
deleted
inserted
replaced
13 # FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more |
13 # FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more |
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 """this module contains base classes and utilities for cubicweb tests |
18 """this module contains base classes and utilities for cubicweb tests""" |
19 |
19 |
20 """ |
|
21 from __future__ import with_statement |
20 from __future__ import with_statement |
22 |
21 |
23 __docformat__ = "restructuredtext en" |
22 __docformat__ = "restructuredtext en" |
24 |
23 |
25 import os |
24 import os |