Testing new version of decorator.

This commit is contained in:
Steve Pulec 2017-02-15 22:35:45 -05:00
commit fde721bed7
123 changed files with 2740 additions and 1114 deletions

View file

@ -1,3 +1,4 @@
from __future__ import unicode_literals
from .models import route53_backend
mock_route53 = route53_backend.decorator
mock_route53_deprecated = route53_backend.deprecated_decorator