test/unittest_entity.py
branchstable
changeset 8474 1197bd6f5ceb
parent 8472 444a8e25c940
child 8535 268b6349baf3
equal deleted inserted replaced
8473:2646a8e99b0d 8474:1197bd6f5ceb
    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.web.views.entities module"""
    19 """unit tests for cubicweb.web.views.entities module"""
       
    20 
       
    21 from __future__ import with_statement
    20 
    22 
    21 from datetime import datetime
    23 from datetime import datetime
    22 
    24 
    23 from logilab.common import tempattr
    25 from logilab.common import tempattr
    24 from logilab.common.decorators import clear_cache
    26 from logilab.common.decorators import clear_cache