web/test/unittest_form.py
changeset 5727 29afb9e715bb
parent 5424 8ecbcbff9777
child 5873 0db035933b01
equal deleted inserted replaced
5726:c3b99606644d 5727:29afb9e715bb
    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 """
       
    19 
       
    20 """
       
    21 
    18 
    22 from xml.etree.ElementTree import fromstring
    19 from xml.etree.ElementTree import fromstring
    23 
    20 
    24 from logilab.common.testlib import unittest_main, mock_object
    21 from logilab.common.testlib import unittest_main, mock_object
    25 from logilab.common.compat import any
    22 from logilab.common.compat import any