summaryrefslogtreecommitdiff
path: root/boto/vpc/customergateway.py
diff options
context:
space:
mode:
Diffstat (limited to 'boto/vpc/customergateway.py')
-rw-r--r--boto/vpc/customergateway.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/boto/vpc/customergateway.py b/boto/vpc/customergateway.py
index 76c34831..8f19a81a 100644
--- a/boto/vpc/customergateway.py
+++ b/boto/vpc/customergateway.py
@@ -29,7 +29,7 @@ from boto.ec2.ec2object import TaggedEC2Object
class CustomerGateway(TaggedEC2Object):
def __init__(self, connection=None):
- TaggedEC2Object.__init__(self, connection)
+ super(CustomerGateway, self).__init__(connection)
self.id = None
self.type = None
self.state = None