equal
deleted
inserted
replaced
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 from xml.etree.ElementTree import fromstring |
19 from xml.etree.ElementTree import fromstring |
20 |
20 |
21 from logilab.common.testlib import unittest_main, mock_object |
21 from logilab.common.testlib import unittest_main, mock_object |
22 from logilab.common.compat import any |
|
23 |
22 |
24 from cubicweb import Binary, ValidationError |
23 from cubicweb import Binary, ValidationError |
25 from cubicweb.devtools.testlib import CubicWebTC |
24 from cubicweb.devtools.testlib import CubicWebTC |
26 from cubicweb.web.formfields import (IntField, StringField, RichTextField, |
25 from cubicweb.web.formfields import (IntField, StringField, RichTextField, |
27 PasswordField, DateTimeField, |
26 PasswordField, DateTimeField, |