Damien Accorsi пре 7 година
родитељ
комит
86ad6fbade
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      hapic/ext/pyramid/context.py

+ 0 - 1
hapic/ext/pyramid/context.py Прегледај датотеку

8
 from hapic.context import RouteRepresentation
8
 from hapic.context import RouteRepresentation
9
 from hapic.decorator import DecoratedController
9
 from hapic.decorator import DecoratedController
10
 from hapic.decorator import DECORATION_ATTRIBUTE_NAME
10
 from hapic.decorator import DECORATION_ATTRIBUTE_NAME
11
-from hapic.ext.bottle.context import BOTTLE_RE_PATH_URL
12
 from hapic.exception import OutputValidationException
11
 from hapic.exception import OutputValidationException
13
 from hapic.processor import RequestParameters
12
 from hapic.processor import RequestParameters
14
 from hapic.processor import ProcessValidationError
13
 from hapic.processor import ProcessValidationError