comparison 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
comparison
equal deleted inserted replaced
3006:ba9aaf7d6cd0 3007:420897488080
28 from sat.core.constants import Const as C 28 from sat.core.constants import Const as C
29 import ConfigParser 29 import ConfigParser
30 from twisted.internet import defer 30 from twisted.internet import defer
31 from twisted.python.failure import Failure 31 from twisted.python.failure import Failure
32 from twisted.words.protocols.jabber import jid 32 from twisted.words.protocols.jabber import jid
33 from sat.tools import email as sat_email 33 from sat.tools.common import email as sat_email
34 34
35 #  FIXME: this plugin code is old and need a cleaning 35 #  FIXME: this plugin code is old and need a cleaning
36 # TODO: account deletion/password change need testing 36 # TODO: account deletion/password change need testing
37 37
38 38