Testing new version of decorator.
This commit is contained in:
parent
d3df810065
commit
fde721bed7
123 changed files with 2740 additions and 1114 deletions
|
|
@ -1,6 +1,7 @@
|
|||
from __future__ import unicode_literals
|
||||
from .models import elb_backends
|
||||
from ..core.models import MockAWS, base_decorator
|
||||
from ..core.models import MockAWS, base_decorator, HttprettyMockAWS, deprecated_base_decorator
|
||||
|
||||
elb_backend = elb_backends['us-east-1']
|
||||
mock_elb = base_decorator(elb_backends)
|
||||
mock_elb_deprecated = deprecated_base_decorator(elb_backends)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue