site_cubicweb.py
author Christophe de Vienne <christophe@unlish.com>
Fri, 05 Sep 2014 18:48:33 +0200
changeset 11634 fa614537e5ee
child 11635 fc4ecec311f4
permissions -rw-r--r--
Add a CWSession entity. It is a subset of the CWSession that will be added to cubicweb in a future version. Closes #4317363
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
11634
fa614537e5ee Add a CWSession entity.
Christophe de Vienne <christophe@unlish.com>
parents:
diff changeset
     1
import cubicweb.schema
fa614537e5ee Add a CWSession entity.
Christophe de Vienne <christophe@unlish.com>
parents:
diff changeset
     2
fa614537e5ee Add a CWSession entity.
Christophe de Vienne <christophe@unlish.com>
parents:
diff changeset
     3
cubicweb.schema.INTERNAL_TYPES.add('CWSession')