summaryrefslogtreecommitdiff
path: root/boto/ec2/elb/securitygroup.py
diff options
context:
space:
mode:
Diffstat (limited to 'boto/ec2/elb/securitygroup.py')
-rw-r--r--boto/ec2/elb/securitygroup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/boto/ec2/elb/securitygroup.py b/boto/ec2/elb/securitygroup.py
index 4f377907..65f981f8 100644
--- a/boto/ec2/elb/securitygroup.py
+++ b/boto/ec2/elb/securitygroup.py
@@ -19,6 +19,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
+
class SecurityGroup(object):
def __init__(self, connection=None):
self.name = None
@@ -35,4 +36,3 @@ class SecurityGroup(object):
self.name = value
elif name == 'OwnerAlias':
self.owner_alias = value
-