server/session.py
changeset 9113 af6efc15fc90
parent 9112 c859c7cef346
child 9120 fa513ac7a2a5
--- a/server/session.py	Thu Jun 27 12:02:38 2013 +0200
+++ b/server/session.py	Thu Jun 27 14:12:00 2013 +0200
@@ -664,7 +664,7 @@
 
     def set_entity_cache(self, entity):
         """Add `entity` to the connection entity cache"""
-        #XXX not using _open_only because before at creation time. _set_user
+        # XXX not using _open_only because before at creation time. _set_user
         # call this function to cache the Connection user.
         if entity.cw_etype != 'CWUser' and not self._open:
             raise ProgrammingError('Closed Connection: %s'