|  | @@ -5,7 +5,8 @@ TracimRequest and related functions
 | 
	
		
			
			| 5 | 5 |  from pyramid.request import Request
 | 
	
		
			
			| 6 | 6 |  from sqlalchemy.orm.exc import NoResultFound
 | 
	
		
			
			| 7 | 7 |  
 | 
	
		
			
			| 8 |  | -from tracim.exceptions import NotAuthentificated, UserNotExist
 | 
	
		
			
			|  | 8 | +from tracim.exceptions import NotAuthentificated
 | 
	
		
			
			|  | 9 | +from tracim.exceptions import UserNotExist
 | 
	
		
			
			| 9 | 10 |  from tracim.exceptions import WorkspaceNotFound
 | 
	
		
			
			| 10 | 11 |  from tracim.exceptions import ImmutableAttribute
 | 
	
		
			
			| 11 | 12 |  from tracim.lib.core.user import UserApi
 |