move helper script to scripts dir and add one to Makefile
This commit is contained in:
parent
f8cdb50f46
commit
4cc4b36f15
9 changed files with 5 additions and 1 deletions
7
scripts/template/lib/__init__.py.j2
Normal file
7
scripts/template/lib/__init__.py.j2
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
from __future__ import unicode_literals
|
||||
from .models import {{ service }}_backends
|
||||
from ..core.models import base_decorator
|
||||
|
||||
{{ service }}_backend = {{ service }}_backends['us-east-1']
|
||||
mock_{{ service }} = base_decorator({{ service }}_backends)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue