refactor ec2 response structure

This commit is contained in:
Steve Pulec 2013-02-20 22:21:55 -05:00
commit 568d99dd42
5 changed files with 65 additions and 39 deletions

View file

@ -1,5 +1,5 @@
from .responses import instances
from .responses import EC2Response
urls = {
"https://ec2.us-east-1.amazonaws.com/": instances,
"https://ec2.us-east-1.amazonaws.com/": EC2Response().dispatch,
}