web/views/sessions.py
branchstable
changeset 6240 fd0cbb801007
parent 5799 93f4b4d2fecf
child 6279 42079f752a9c
equal deleted inserted replaced
6239:7832e47d98bc 6240:fd0cbb801007
    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 component: by dfault the session is actually the db connection
    18 """web session component: by dfault the session is actually the db connection
    19 object :/
    19 object :/
       
    20 """
    20 
    21 
    21 """
       
    22 __docformat__ = "restructuredtext en"
    22 __docformat__ = "restructuredtext en"
    23 
    23 
    24 from cubicweb.web import InvalidSession
    24 from cubicweb.web import InvalidSession
    25 from cubicweb.web.application import AbstractSessionManager
    25 from cubicweb.web.application import AbstractSessionManager
    26 from cubicweb.dbapi import DBAPISession
    26 from cubicweb.dbapi import DBAPISession