Skip to content
Snippets Groups Projects
Commit e7f359dbd0dd authored by David Douard's avatar David Douard
Browse files

kill legacy code

parent 10adbfb4b9cd
No related branches found
No related tags found
No related merge requests found
"""cubicweb-email"""
from cubicweb import ETYPE_NAME_MAP
ETYPE_NAME_MAP['Emailpart'] = 'EmailPart'
ETYPE_NAME_MAP['Emailthread'] = 'EmailThread'
try:
from cubicweb.devtools import VIEW_VALIDATORS
VIEW_VALIDATORS['headers'] = None
except ImportError:
pass
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment