|
@@ -8,11 +8,8 @@ from sqlalchemy.orm.exc import NoResultFound
|
8
|
8
|
from tracim import CFG
|
9
|
9
|
from tracim.command import AppContextCommand
|
10
|
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
|
13
|
from tracim.exceptions import NotificationNotSend
|
17
|
14
|
from tracim.exceptions import BadCommandError
|
18
|
15
|
from tracim.lib.core.group import GroupApi
|