cubicweb/test/unittest_entity.py
changeset 11767 432f87a63057
parent 11764 6ab14a1afb65
child 11891 67185e65f020
--- a/cubicweb/test/unittest_entity.py	Wed Oct 05 15:28:43 2016 +0200
+++ b/cubicweb/test/unittest_entity.py	Fri Sep 30 18:25:08 2016 +0200
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# copyright 2003-2014 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+# copyright 2003-2016 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
 # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
 #
 # This file is part of CubicWeb.
@@ -31,7 +31,8 @@
 from cubicweb.entity import can_use_rest_path
 from cubicweb.entities import fetch_config
 from cubicweb.uilib import soup2xhtml
-from cubicweb.schema import  RRQLExpression
+from cubicweb.schema import RRQLExpression
+
 
 class EntityTC(CubicWebTC):