summaryrefslogtreecommitdiff
path: root/boto/ec2/cloudwatch/datapoint.py
diff options
context:
space:
mode:
Diffstat (limited to 'boto/ec2/cloudwatch/datapoint.py')
-rw-r--r--boto/ec2/cloudwatch/datapoint.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/boto/ec2/cloudwatch/datapoint.py b/boto/ec2/cloudwatch/datapoint.py
index a33771a1..94955acd 100644
--- a/boto/ec2/cloudwatch/datapoint.py
+++ b/boto/ec2/cloudwatch/datapoint.py
@@ -21,6 +21,7 @@
#
from datetime import datetime
+
class Datapoint(dict):
def __init__(self, connection=None):