server/hook.py
changeset 5201 2b4267157f85
parent 5162 6340ed9f8caf
parent 5191 6d182c7d4392
child 5238 31c12863fd9d
equal deleted inserted replaced
5196:d14bfd477c44 5201:2b4267157f85
    27 
    27 
    28 Backup/restore hooks (eg server_backup, server_restore) have a `repo` and a
    28 Backup/restore hooks (eg server_backup, server_restore) have a `repo` and a
    29 `timestamp` attributes, but *their `_cw` attribute is None*.
    29 `timestamp` attributes, but *their `_cw` attribute is None*.
    30 
    30 
    31 Session hooks (eg session_open, session_close) have no special attribute.
    31 Session hooks (eg session_open, session_close) have no special attribute.
    32 
       
    33 
    32 
    34 :organization: Logilab
    33 :organization: Logilab
    35 :copyright: 2001-2010 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
    34 :copyright: 2001-2010 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
    36 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
    35 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
    37 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
    36 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses