%PDF- %PDF-
Direktori : /lib/python2.7/site-packages/salt/output/ |
Current File : //lib/python2.7/site-packages/salt/output/pony.pyc |
� ���^c @@ sb d Z d d l m Z m Z m Z d d l Z d d l Z d d l Z d Z d � Z d � Z d S( u0 Display Pony output data structure ================================== :depends: - ponysay CLI program Display output from a pony. Ponies are better than cows because everybody wants a pony. Example output: .. code-block:: cfg < {'local': True} > ----------------- \ \ \ ▄▄▄▄▄▄▄ ▀▄▄████▄▄ ▄▄▄█████▄█▄█▄█▄▄▄ ██████▄▄▄█▄▄█████▄▄ ▀▄▀ █████▄▄█▄▄█████ ▄▄▄███████████▄▄▄ ████▄▄▄▄▄▄███▄▄██ ▄▄▄▄▄▄▄ ████▄████▄██▄▄███ ▄▄▄▄██▄▄▄▄▄▄ █▄███▄▄█▄███▄▄██▄▀ ▄▄███████▄▄███▄▄ ▀▄██████████████▄▄ ▄▄█▄▀▀▀▄▄█████▄▄██ ▀▀▀▀▀█████▄█▄█▄▄▄▄▄▄▄█ ▀▄████▄████ ████▄███▄▄▄▄▄▄▄▄▄ ▄▄█████▄███ ▀▄█▄█▄▄▄██▄▄▄▄▄██ ▄▄██▄██████ ▀▄████████████▄▀ ▄▄█▄██████▄▀ ██▄██▄▄▄▄█▄███▄ ███▄▄▄▄▄██▄▀ ██████ ▀▄▄█████ ▀████████ ▄▄▄▄███ ███████ ██████▄█▄▄ ███████ ████████▀▄▀███▄▄█▄▄ ▄██▄▄████ ████████ ▀▄██▀▄▄▀ █▄▄██████ █▄▄██████ █▄▄▄▄█ █▄▄▄▄█ i ( t absolute_importt print_functiont unicode_literalsNu ponyc C@ s t j j j d � r t St S( Nu ponysay( t saltt utilst patht whicht __virtualname__t False( ( ( s4 /usr/lib/python2.7/site-packages/salt/output/pony.pyt __virtual__8 s c K@ s2 t d | � } t j d t j j j | � g � S( u Mane function u highstateu ponysay( t __salt__t subprocesst check_outputR R t datat decode( R t kwargst high_out( ( s4 /usr/lib/python2.7/site-packages/salt/output/pony.pyt output>