hooks/email.py
changeset 8543 b7c9443d8625
parent 5426 0d4853a6e5ee
child 8544 3d049071957e
equal deleted inserted replaced
8542:7e264ce34cd4 8543:b7c9443d8625
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    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 """hooks to ensure use_email / primary_email relations consistency
    18 """hooks to ensure use_email / primary_email relations consistency"""
    19 
    19 
    20 """
       
    21 __docformat__ = "restructuredtext en"
    20 __docformat__ = "restructuredtext en"
    22 
    21 
    23 from cubicweb.server import hook
    22 from cubicweb.server import hook
    24 
    23 
    25 from logilab.common.compat import any
    24 from logilab.common.compat import any