Mercurial > libervia-backend
diff sat/plugins/plugin_misc_account.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 | 003b8b4b56a7 |
children | ab2696e34d29 |
line wrap: on
line diff
--- a/sat/plugins/plugin_misc_account.py Sun Jul 14 21:19:47 2019 +0200 +++ b/sat/plugins/plugin_misc_account.py Mon Jul 15 22:36:28 2019 +0200 @@ -30,7 +30,7 @@ from twisted.internet import defer from twisted.python.failure import Failure from twisted.words.protocols.jabber import jid -from sat.tools import email as sat_email +from sat.tools.common import email as sat_email # Â FIXME: this plugin code is old and need a cleaning # TODO: account deletion/password change need testing