%PDF- %PDF-
| Direktori : /proc/self/root/proc/thread-self/root/usr/lib/python2.7/site-packages/salt/modules/ |
| Current File : //proc/self/root/proc/thread-self/root/usr/lib/python2.7/site-packages/salt/modules/at_solaris.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 m
Z
d d l m Z d d l
Z d d l Z d d l Z d d l Z e j e � Z d Z d � Z d d � Z d � Z d
� Z d � Z d � Z d
� Z d S( u
Wrapper for at(1) on Solaris-like systems
.. note::
we try to mirror the generic at module
where possible
:maintainer: jorge schrauwen <sjorge@blackdot.be>
:maturity: new
:platform: solaris,illumos,smartso
.. versionadded:: 2017.7.0
i ( t absolute_importt print_functiont unicode_literalsN( t map( t sixu atc C@ sl t j j j � s t d f St j j j d � s^ t j j j d � s^ t j j j d � rh t d f St S( u;
We only deal with Solaris' specific version of at
u7 The at module could not be loaded: unsupported platformu atu atqu atrmu7 The at module could not be loaded: at command not found( t saltt utilst platformt is_sunost Falset patht whicht __virtualname__( ( ( s; /usr/lib/python2.7/site-packages/salt/modules/at_solaris.pyt __virtual__&