cubicweb/web/views/sessions.py
changeset 11767 432f87a63057
parent 11195 5de859b95988
child 12027 c62c80f20a82
equal deleted inserted replaced
11766:d8de1ac21f36 11767:432f87a63057
    14 # details.
    14 # details.
    15 #
    15 #
    16 # You should have received a copy of the GNU Lesser General Public License along
    16 # You should have received a copy of the GNU Lesser General Public License along
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    18 """web session: by default the session is actually the db connection """
    18 """web session: by default the session is actually the db connection """
    19 __docformat__ = "restructuredtext en"
    19 
    20 
    20 
    21 from time import time
    21 from time import time
    22 from logging import getLogger
    22 from logging import getLogger
    23 
    23 
    24 from logilab.common.registry import RegistrableObject, yes
    24 from logilab.common.registry import RegistrableObject, yes