Skip to content

Commit

Permalink
New style class
Browse files Browse the repository at this point in the history
  • Loading branch information
kormoc committed Jan 29, 2014
1 parent ba62f4c commit 88340ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/collectors/jcollectd/jcollectd.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def transform(self, item):
return dp


class Datapoint():
class Datapoint(object):
def __init__(self, host, time, name, value, is_counter):
self.host = host
self.time = time
Expand Down

0 comments on commit 88340ce

Please sign in to comment.