summaryrefslogtreecommitdiff
path: root/boto/route53/hostedzone.py
diff options
context:
space:
mode:
Diffstat (limited to 'boto/route53/hostedzone.py')
-rw-r--r--boto/route53/hostedzone.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/boto/route53/hostedzone.py b/boto/route53/hostedzone.py
index 66b79b84..fd8420c4 100644
--- a/boto/route53/hostedzone.py
+++ b/boto/route53/hostedzone.py
@@ -22,6 +22,7 @@
# IN THE SOFTWARE.
#
+
class HostedZone(object):
def __init__(self, id=None, name=None, owner=None, version=None,
@@ -53,4 +54,3 @@ class HostedZone(object):
self.caller_reference = value
else:
setattr(self, name, value)
-