)]}'
{"lodgeit/lib/diff.py":[{"author":{"_account_id":20676,"name":"daniel.pawlik","display_name":"Daniel Pawlik","email":"dpawlik@redhat.com","username":"daniel.pawlik"},"change_message_id":"158ed2c81839523b4a365d36cc171606d0bd8124","unresolved":true,"context_lines":[{"line_number":9,"context_line":"\"\"\""},{"line_number":10,"context_line":"import re"},{"line_number":11,"context_line":"import time"},{"line_number":12,"context_line":"from html import escape"},{"line_number":13,"context_line":"try:"},{"line_number":14,"context_line":"    all"},{"line_number":15,"context_line":"except NameError:"}],"source_content_type":"text/x-python","patch_set":6,"id":"0149b421_6d0ef4b0","line":12,"range":{"start_line":12,"start_character":0,"end_line":12,"end_character":23},"updated":"2021-05-12 09:40:54.000000000","message":"I guess you need to add:\n  try:\n      from html import escape\n  except ImportError:\n      from cgi import escape\n\neven adding into the requirements.txt\n\n  html;python_version\u003c\u00273\u0027\n\ndoes not work.","commit_id":"db893e8a1f8d45abdce3f7ddb3df67c7115f2a6e"}]}
