|  | @@ -1,7 +1,7 @@
 | 
	
		
			
			| 1 | 1 |  from intelligine.synergy.event.move.MoveAction import MoveAction
 | 
	
		
			
			| 2 | 2 |  from synergine.synergy.event.Action import Action
 | 
	
		
			
			| 3 | 3 |  from intelligine.synergy.event.transport.TakeableEvent import TakeableEvent
 | 
	
		
			
			| 4 |  | -from intelligine.cst import CANT_PUT_STILL, BRAIN_SCHEMA, BRAIN_PART_TAKE
 | 
	
		
			
			|  | 4 | +from intelligine.cst import CANT_PUT_STILL, BRAIN_PART_TAKE
 | 
	
		
			
			| 5 | 5 |  from synergine.synergy.event.exception.ActionAborted import ActionAborted
 | 
	
		
			
			| 6 | 6 |  
 | 
	
		
			
			| 7 | 7 |  
 |