equal
deleted
inserted
replaced
3 :organization: Logilab |
3 :organization: Logilab |
4 :copyright: 2001-2010 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2. |
4 :copyright: 2001-2010 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2. |
5 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr |
5 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr |
6 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses |
6 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses |
7 """ |
7 """ |
8 #from __future__ import with_statement |
|
9 |
8 |
10 from xml.etree.ElementTree import fromstring |
9 from xml.etree.ElementTree import fromstring |
11 |
10 |
12 from logilab.common.testlib import unittest_main, mock_object |
11 from logilab.common.testlib import unittest_main, mock_object |
13 from logilab.common.compat import any |
12 from logilab.common.compat import any |