|  | @@ -8,7 +8,6 @@ from hapic.context import ContextInterface
 | 
	
		
			
			| 8 | 8 |  from hapic.context import RouteRepresentation
 | 
	
		
			
			| 9 | 9 |  from hapic.decorator import DecoratedController
 | 
	
		
			
			| 10 | 10 |  from hapic.decorator import DECORATION_ATTRIBUTE_NAME
 | 
	
		
			
			| 11 |  | -from hapic.ext.bottle.context import BOTTLE_RE_PATH_URL
 | 
	
		
			
			| 12 | 11 |  from hapic.exception import OutputValidationException
 | 
	
		
			
			| 13 | 12 |  from hapic.processor import RequestParameters
 | 
	
		
			
			| 14 | 13 |  from hapic.processor import ProcessValidationError
 |