Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dax/jmc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/jmc/jabber/component.py')
-rw-r--r--src/jmc/jabber/component.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jmc/jabber/component.py b/src/jmc/jabber/component.py
index 7514582..9a66477 100644
--- a/src/jmc/jabber/component.py
+++ b/src/jmc/jabber/component.py
@@ -33,7 +33,7 @@ from jcl.jabber.feeder import FeederComponent
from jcl.jabber.command import CommandRootDiscoGetInfoHandler
from jcl.jabber.component import AccountManager
from jmc.model.account import IMAPAccount, POP3Account, \
- SMTPAccount
+ AbstractSMTPAccount, GlobalSMTPAccount, SMTPAccount
from jmc.jabber.disco import MailRootDiscoGetInfoHandler, \
IMAPAccountDiscoGetItemsHandler, MailAccountTypeDiscoGetInfoHandler, \