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 """unit tests for module cubicweb.server.msplanner""" |
18 """unit tests for module cubicweb.server.msplanner""" |
19 |
|
20 from __future__ import with_statement |
|
21 |
19 |
22 from logilab.common.decorators import clear_cache |
20 from logilab.common.decorators import clear_cache |
23 from yams.buildobjs import RelationDefinition |
21 from yams.buildobjs import RelationDefinition |
24 from rql import BadRQLQuery |
22 from rql import BadRQLQuery |
25 |
23 |