moto/moto/route53
Vincent Rivellino eb93a2bcd1 Route53 Zone.update_record() fix [spulec/moto#83]
* Zone.update_record() issues what is essentially a batched update to
   the AWS Route53 API: It's a DELETE followed by a CREATE.  This fix
   allow moto to handle that batched update.
2014-01-24 14:34:53 -05:00
..
__init__.py add route53 2013-11-14 11:14:14 -08:00
models.py Cleanup some style 2013-12-29 08:59:07 -05:00
responses.py Route53 Zone.update_record() fix [spulec/moto#83] 2014-01-24 14:34:53 -05:00
urls.py fix style issues 2013-11-15 15:29:01 -08:00