summaryrefslogtreecommitdiff
path: root/boto/ec2/securitygroup.py
diff options
context:
space:
mode:
Diffstat (limited to 'boto/ec2/securitygroup.py')
-rw-r--r--boto/ec2/securitygroup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/boto/ec2/securitygroup.py b/boto/ec2/securitygroup.py
index 5674f4e9..dec49cb2 100644
--- a/boto/ec2/securitygroup.py
+++ b/boto/ec2/securitygroup.py
@@ -44,8 +44,7 @@ class SecurityGroup(TaggedEC2Object):
return 'SecurityGroup:%s' % self.name
def startElement(self, name, attrs, connection):
- retval = super(SecurityGroup, self).startElement(name, attrs,
- connection)
+ retval = super(SecurityGroup, self).startElement(name, attrs, connection)
if retval is not None:
return retval
if name == 'ipPermissions':