common/mail.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 18 Jan 2010 12:33:45 +0100
changeset 4249 222fbf826604
parent 4023 eae23c40627a
child 4252 6c4f109c2b03
permissions -rw-r--r--
don't call handle_inlined_relation where we're not on the relation'subject

"""pre 3.6 bw compat"""
# pylint: disable-msg=W0614,W0401
from warnings import warn
warn('moved to cubicweb.mail', DeprecationWarning, stacklevel=2)
from cubicweb.mail import *