# HG changeset patch
# User sylvain.thenault@logilab.fr
# Date 1236069429 -3600
#      Tue Mar 03 09:37:09 2009 +0100
# Branch tls-sprint
# Node ID 4afe4209a596d0e0cfd24ce4b342da82fa3ffbba
# Parent  865d1f79381ced1c0902a374048c80819585d69e
update import

diff --git a/entities.py b/entities.py
--- a/entities.py
+++ b/entities.py
@@ -1,11 +1,14 @@
 """entity classes for Comment entities
 
 :organization: Logilab
-:copyright: 2003-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+:copyright: 2003-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
 """
 __docformat__ = "restructuredtext en"
 
+from logilab.common.textutils import normalize_text
+
+from cubicweb.view import EntityView
 from cubicweb.interfaces import ITree
 from cubicweb.common.mixins import TreeMixIn
 from cubicweb.selectors import implements
@@ -27,10 +30,6 @@
 # some views potentially needed on web *and* server side (for notification)
 # so put them here
 
-from logilab.common.textutils import normalize_text
-
-from cubicweb.common.view import EntityView
-
 
 class CommentFullTextView(EntityView):
     id = 'fulltext'