%PDF- %PDF-
Direktori : /usr/lib/python2.7/site-packages/salt/renderers/ |
Current File : //usr/lib/python2.7/site-packages/salt/renderers/json5.pyc |
� ���^c @@ s� d Z d d l m Z m Z m Z d d l Z y d d l Z e Z Wn e k r] e Z n Xd d l m Z e j e � Z d Z d � Z d d d � Z d S( u JSON5 Renderer for Salt .. versionadded:: 2016.3.0 JSON5 is an unofficial extension to JSON. See http://json5.org/ for more information. This renderer requires the `json5 python bindings`__, installable via pip. .. __: https://pypi.python.org/pypi/json5 i ( t absolute_importt print_functiont unicode_literalsN( t sixu json5c C@ s t s t d f St S( Nu json5 module not installed( t HAS_JSON5t Falset __virtualname__( ( ( s8 /usr/lib/python2.7/site-packages/salt/renderers/json5.pyt __virtual__"