summaryrefslogtreecommitdiff
path: root/boto/ec2/bundleinstance.py
diff options
context:
space:
mode:
Diffstat (limited to 'boto/ec2/bundleinstance.py')
-rw-r--r--boto/ec2/bundleinstance.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/boto/ec2/bundleinstance.py b/boto/ec2/bundleinstance.py
index 1bb4dd16..e241da9a 100644
--- a/boto/ec2/bundleinstance.py
+++ b/boto/ec2/bundleinstance.py
@@ -25,6 +25,7 @@ Represents an EC2 Bundle Task
from boto.ec2.ec2object import EC2Object
+
class BundleInstanceTask(EC2Object):
def __init__(self, connection=None):
@@ -75,4 +76,3 @@ class BundleInstanceTask(EC2Object):
self.message = value
else:
setattr(self, name, value)
-