cubicweb/server/repository.py
changeset 11767 432f87a63057
parent 11763 39df042f4ab4
child 11774 51c160677afe
--- a/cubicweb/server/repository.py	Wed Oct 05 15:28:43 2016 +0200
+++ b/cubicweb/server/repository.py	Fri Sep 30 18:25:08 2016 +0200
@@ -25,10 +25,9 @@
   point to a cubicweb instance.
 * handles session management
 """
+
 from __future__ import print_function
 
-__docformat__ = "restructuredtext en"
-
 from warnings import warn
 from itertools import chain
 from time import time, localtime, strftime
@@ -948,7 +947,6 @@
         # in setdefault, this should not be changed without profiling.
         for eid in eids:
             etype = self.type_from_eid(eid, cnx)
-            # XXX should cache entity's cw_metainformation
             entity = cnx.entity_from_eid(eid, etype)
             try:
                 data_by_etype[etype].append(entity)