From d646c9a42273e98c85602f5618598125007bbfaa Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Sun, 25 Sep 2016 20:28:16 +0300 Subject: WIP: commit all files that were changed --- libs/json_tools.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'libs/json_tools.py') diff --git a/libs/json_tools.py b/libs/json_tools.py index 5e78d23..9ce19b0 100644 --- a/libs/json_tools.py +++ b/libs/json_tools.py @@ -1,9 +1,9 @@ -import json - - -class JsonSerializable(object): - def __repr__(self): - return str(self.to_json()) - - def to_json(self): - return json.dumps(self.__dict__, ensure_ascii=False) +import json + + +class JsonSerializable(object): + def __repr__(self): + return str(self.to_json()) + + def to_json(self): + return json.dumps(self.__dict__, ensure_ascii=False) -- cgit v1.2.3