entities/test/unittest_base.py
changeset 8694 d901c36bcfce
parent 8483 4ba11607d84a
child 8899 c7a95ebcc093
equal deleted inserted replaced
8693:a6ca96ec8693 8694:d901c36bcfce
    15 # details.
    15 # details.
    16 #
    16 #
    17 # You should have received a copy of the GNU Lesser General Public License along
    17 # You should have received a copy of the GNU Lesser General Public License along
    18 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    18 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    19 """unit tests for cubicweb.entities.base module
    19 """unit tests for cubicweb.entities.base module
    20 
       
    21 """
    20 """
    22 from __future__ import with_statement
       
    23 
    21 
    24 from logilab.common.testlib import unittest_main
    22 from logilab.common.testlib import unittest_main
    25 from logilab.common.decorators import clear_cache
    23 from logilab.common.decorators import clear_cache
    26 from logilab.common.interface import implements
    24 from logilab.common.interface import implements
    27 
    25