|  | @@ -4,7 +4,6 @@ from intelligine.synergy.event.attack.NearAttackableAction import NearAttackable
 | 
	
		
			
			| 4 | 4 |  from intelligine.synergy.event.transport.TakeableAction import TakeableAction
 | 
	
		
			
			| 5 | 5 |  from intelligine.synergy.event.transport.PutableAction import PutableAction
 | 
	
		
			
			| 6 | 6 |  from intelligine.synergy.event.CycleAction import CycleAction
 | 
	
		
			
			| 7 |  | -from intelligine.synergy.event.pheromone.ApposeDirection import ApposeDirection
 | 
	
		
			
			| 8 | 7 |  
 | 
	
		
			
			| 9 | 8 |  
 | 
	
		
			
			| 10 | 9 |  class Colony(SynergyCollection):
 |