Skip to content
  • JINMEI Tatuya's avatar
    [trac983] made importing json.dumps() more robust: · 3b4b066b
    JINMEI Tatuya authored
    - explicitly imports the json module in __init__.py (this should actually be
      done at the isc package level, but we now don't rely on the implicit
      side effect).
    - get the reference to the dumps() callable at the RequestLoader initialization
      time and keep it thereafter.  This would also slightly improve runtime
      performance.
    3b4b066b