aboutsummaryrefslogtreecommitdiffstats
path: root/parse/point.py
diff options
context:
space:
mode:
Diffstat (limited to 'parse/point.py')
-rw-r--r--parse/point.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/parse/point.py b/parse/point.py
index d577306..f2b266a 100644
--- a/parse/point.py
+++ b/parse/point.py
@@ -128,8 +128,7 @@ class ExpPoint(object):
128 self.stats[type] = value 128 self.stats[type] = value
129 129
130 def __str__(self): 130 def __str__(self):
131 # return "<ExpPoint-%s>\n%s" % (self.id, dict_str(self.stats)) 131 return "<ExpPoint-%s>\n%s" % (self.id, dict_str(self.stats))
132 return "<ExpPoint-%s>" % (self.id)
133 132
134 def get_stats(self): 133 def get_stats(self):
135 return self.stats.keys() 134 return self.stats.keys()