clean up urls. start to clean up responses

This commit is contained in:
Steve Pulec 2013-02-18 21:22:03 -05:00
commit 4283cca63c
11 changed files with 70 additions and 27 deletions

View file

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