cubicweb/hooks/syncsession.py
changeset 11767 432f87a63057
parent 11765 9cb215e833b0
child 12021 cc8135ecfbb8
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 """Core hooks: synchronize living session on persistent data changes"""
    18 """Core hooks: synchronize living session on persistent data changes"""
    19 
       
    20 __docformat__ = "restructuredtext en"
       
    21 
    19 
    22 from cubicweb import _
    20 from cubicweb import _
    23 from cubicweb import UnknownProperty, BadConnectionId, validation_error
    21 from cubicweb import UnknownProperty, BadConnectionId, validation_error
    24 from cubicweb.predicates import is_instance
    22 from cubicweb.predicates import is_instance
    25 from cubicweb.server import hook
    23 from cubicweb.server import hook