summaryrefslogtreecommitdiff
path: root/boto/ec2/group.py
diff options
context:
space:
mode:
Diffstat (limited to 'boto/ec2/group.py')
-rw-r--r--boto/ec2/group.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/boto/ec2/group.py b/boto/ec2/group.py
index fef54977..99d78734 100644
--- a/boto/ec2/group.py
+++ b/boto/ec2/group.py
@@ -20,6 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
+
class Group(object):
def __init__(self, parent=None):
self.id = None
@@ -35,4 +36,3 @@ class Group(object):
self.name = value
else:
setattr(self, name, value)
-