# HG changeset patch # User Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com> # Date 1296034450 -3600 # Node ID 71a4f21bc6fc4debf829d86d2690623b21862e2b # Parent 2b17b26ca1539cd12140b1da18004b984683a89b correction on json diff -r 2b17b26ca153 -r 71a4f21bc6fc .hgignore --- a/.hgignore Tue Jan 25 15:45:55 2011 +0100 +++ b/.hgignore Wed Jan 26 10:34:10 2011 +0100 @@ -12,8 +12,8 @@ syntax: regexp ^script/stream/res$ syntax: regexp -^script/stream/test_record\.db$ +^script/stream/.+\.db$ .oauth_token$ syntax: regexp -log.txt$ \ No newline at end of file +log.txt$ diff -r 2b17b26ca153 -r 71a4f21bc6fc script/lib/iri_tweet/utils.py --- a/script/lib/iri_tweet/utils.py Tue Jan 25 15:45:55 2011 +0100 +++ b/script/lib/iri_tweet/utils.py Wed Jan 26 10:34:10 2011 +0100 @@ -89,7 +89,7 @@ self.json_dict = json_dict if not json_txt: - self.json_txt = json.serialize(json_dict) + self.json_txt = anyjson.serialize(json_dict) else: self.json_txt = json_txt