From 4b8269562e663f090403e57ba1a3a471b6e0aa0e Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Wed, 30 Jul 2014 19:37:24 +0800 Subject: ec2 module: tidy up to meet PEP8 better --- boto/ec2/cloudwatch/dimension.py | 1 + 1 file changed, 1 insertion(+) (limited to 'boto/ec2/cloudwatch/dimension.py') diff --git a/boto/ec2/cloudwatch/dimension.py b/boto/ec2/cloudwatch/dimension.py index 86ebb9c3..9ff4fb11 100644 --- a/boto/ec2/cloudwatch/dimension.py +++ b/boto/ec2/cloudwatch/dimension.py @@ -20,6 +20,7 @@ # IN THE SOFTWARE. # + class Dimension(dict): def startElement(self, name, attrs, connection): -- cgit v1.2.1