|
@@ -18,7 +18,7 @@ from tracim.models.data import ActionDescription
|
18
|
18
|
from tracim.models.context_models import UserRoleWorkspaceInContext
|
19
|
19
|
from tracim.models.context_models import ContentInContext
|
20
|
20
|
from tracim.exceptions import EmptyLabelNotAllowed
|
21
|
|
-from tracim.exceptions import ContentNotFoundFound
|
|
21
|
+from tracim.exceptions import ContentNotFound
|
22
|
22
|
from tracim.exceptions import WorkspacesDoNotMatch
|
23
|
23
|
from tracim.exceptions import ParentNotFound
|
24
|
24
|
from tracim.views.controllers import Controller
|