Basic ELB support

This commit is contained in:
Steve Pulec 2013-07-22 22:50:58 -04:00
commit b40d3a5629
7 changed files with 392 additions and 0 deletions

2
moto/elb/__init__.py Normal file
View file

@ -0,0 +1,2 @@
from .models import elb_backend
mock_elb = elb_backend.decorator