%PDF- %PDF-
Direktori : /usr/lib/python2.7/site-packages/salt/client/ |
Current File : //usr/lib/python2.7/site-packages/salt/client/api.pyc |
� ���^c @@ s� d Z d d l m Z m Z m Z d d l Z d d l Z d d l Z d d l Z d d l Z d d l Z d d l Z d d l Z d d l j Z d d l m Z d d � Z d e f d � � YZ d S( uF This module provides the point of entry for client applications to interface to salt. The purpose is to have a simplified consistent interface for various client applications. .. warning:: This API is not yet public or stable! This API exists in its current form as an entry point for Halite only. This interface is likely to change without warning. Long-term plans are to make this public as a unified interface to Salt's *Client() APIs. Until that time please use Salt's *Client() interfaces individually: http://docs.saltstack.com/ref/clients/index.html i ( t absolute_importt print_functiont unicode_literalsN( t EauthAuthenticationErrorc C@ s | d k r | | d <n | S( u{ If token is not None Then assign token to 'token' key of cmd dict and return cmd Otherwise return cmd u tokenN( t None( t cmdt token( ( s3 /usr/lib/python2.7/site-packages/salt/client/api.pyt tokenify"