|
|
|
|
8
|
from tracim import CFG
|
8
|
from tracim import CFG
|
9
|
from tracim.command import AppContextCommand
|
9
|
from tracim.command import AppContextCommand
|
10
|
from tracim.command import Extender
|
10
|
from tracim.command import Extender
|
11
|
-#from tracim.lib.auth.ldap import LDAPAuth
|
|
|
12
|
-#from tracim.lib.daemons import DaemonsManager
|
|
|
13
|
-#from tracim.lib.daemons import RadicaleDaemon
|
|
|
14
|
-#from tracim.lib.email import get_email_manager
|
|
|
15
|
-from tracim.exceptions import UserAlreadyExistError, GroupDoesNotExist
|
|
|
|
|
11
|
+from tracim.exceptions import UserAlreadyExistError
|
|
|
12
|
+from tracim.exceptions import GroupDoesNotExist
|
16
|
from tracim.exceptions import NotificationNotSend
|
13
|
from tracim.exceptions import NotificationNotSend
|
17
|
from tracim.exceptions import BadCommandError
|
14
|
from tracim.exceptions import BadCommandError
|
18
|
from tracim.lib.core.group import GroupApi
|
15
|
from tracim.lib.core.group import GroupApi
|