Mercurial > libervia-backend
comparison sat/plugins/plugin_misc_email_invitation.py @ 3007:420897488080
plugins account, email invitation: fixed import of "email" module after it has been moved
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 15 Jul 2019 22:36:28 +0200 |
parents | a3faf1c86596 |
children | ab2696e34d29 |
comparison
equal
deleted
inserted
replaced
3006:ba9aaf7d6cd0 | 3007:420897488080 |
---|---|
26 from sat.core import exceptions | 26 from sat.core import exceptions |
27 from sat.core.log import getLogger | 27 from sat.core.log import getLogger |
28 from sat.tools import utils | 28 from sat.tools import utils |
29 from sat.tools.common import data_format | 29 from sat.tools.common import data_format |
30 from sat.memory import persistent | 30 from sat.memory import persistent |
31 from sat.tools import email as sat_email | 31 from sat.tools.common import email as sat_email |
32 | 32 |
33 log = getLogger(__name__) | 33 log = getLogger(__name__) |
34 | 34 |
35 | 35 |
36 PLUGIN_INFO = { | 36 PLUGIN_INFO = { |