summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrlotun <rlotun@gmail.com>2011-03-31 14:47:47 +0100
committerrlotun <rlotun@gmail.com>2011-03-31 14:47:47 +0100
commitf6b020f703ae48968313ac3335ca005bbafb69d7 (patch)
treee03406148b68d620658e55e0c7c5dff69bf4c6cc
parentd4013332659ea8247e4d2d9ccb8ae1f43c21b397 (diff)
downloadboto-f6b020f703ae48968313ac3335ca005bbafb69d7.tar.gz
Add newline.
-rw-r--r--boto/ec2/autoscale/policy.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/boto/ec2/autoscale/policy.py b/boto/ec2/autoscale/policy.py
index e7c9dd11..8f870c86 100644
--- a/boto/ec2/autoscale/policy.py
+++ b/boto/ec2/autoscale/policy.py
@@ -140,4 +140,5 @@ class ScalingPolicy(object):
self.adjustment_type = value
def delete(self):
- return self.connection.delete_policy(self.name, self.as_name) \ No newline at end of file
+ return self.connection.delete_policy(self.name, self.as_name)
+