Your IP : 216.73.216.213


Current Path : /opt/alt/python35/lib/python3.5/site-packages/google/apputils/__pycache__/
Upload File :
Current File : //opt/alt/python35/lib/python3.5/site-packages/google/apputils/__pycache__/shellutil.cpython-35.pyc



A��]��@s=dZddlZejdkZdd�Zdd�ZdS)z8Utility functions for dealing with command interpreters.�N�ntcCsVtrdj|�Sd}x,|D]$}|d|jdd�d7}q W|dd�S)	z�Turn a list of words into a shell-safe string.

  Args:
    words: A list of words, e.g. for a command.

  Returns:
    A string of shell-quoted and space-separated words.
  � ��'z'"'"'z' N����)�win32�join�replace)�words�s�word�r�J/opt/alt/python35/lib/python3.5/site-packages/google/apputils/shellutil.py�ShellEscapeLists


"rcCs>ts:tj|�r'tj|�}ndtj|�}|S)zCTranslate from a wait() exit status to a command shell exit status.�)r�os�	WIFEXITED�WEXITSTATUS�WTERMSIG)�statusrrr�ShellifyStatus$s
r)�__doc__r�namerrrrrrr�<module>s