Your IP : 216.73.216.196
�
��Wc @ 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 m Z e j e � Z e j d e � d Z d Z d Z d e f d
� � YZ d Z d e f d
� � YZ d e f d � � YZ d � Z e Z d S( s( Easy to use python subprocess interface.i����( t
split_commandt unidecodet uniencodeN( t __version__s
version=%st linkg�������?i t EasyProcessErrorc B s e Z d d � Z d � Z RS( t c C s | | _ | | _ d S( N( t easy_processt msg( t selfR R ( ( sE /opt/alt/python27/lib/python2.7/site-packages/easyprocess/__init__.pyt __init__ s c C s | j d t | j � S( Nt ( R t reprR ( R ( ( sE /opt/alt/python27/lib/python2.7/site-packages/easyprocess/__init__.pyt __str__ s ( t __name__t
__module__R
R
( ( ( sE /opt/alt/python27/lib/python2.7/site-packages/easyprocess/__init__.pyR s s) cmd=%s
OSError=%s
Program install error! t EasyProcessCheckInstalledErrorc B s e Z d Z d � Z d � Z RS( st This exception is raised when a process run by check() returns
a non-zero exit status or OSError is raised.
c C s
| | _ d S( N( R ( R R ( ( sE /opt/alt/python27/lib/python2.7/site-packages/easyprocess/__init__.pyR
, s c C s� t | j j | j j f } | j j r? | d | j j 7} n t j � d j � d k r� | j j r� | d 7} | d | j j 7} q� n | S( Ns
home page: i t ubuntus!
You can install it in terminal:
s sudo apt-get install %s( t templateR t cmdt oserrort urlt platformt distt lowert ubuntu_package( R R ( ( sE /opt/alt/python27/lib/python2.7/site-packages/easyprocess/__init__.pyR
/ s
( R R t __doc__R
R
( ( ( sE /opt/alt/python27/lib/python2.7/site-packages/easyprocess/__init__.pyR &