Your IP : 216.73.216.213
A��]� � @ s= d Z d d l Z e j d k Z d d � Z d d � Z d S)z8Utility functions for dealing with command interpreters.� N�ntc C sV t r d j | � Sd } x, | D]$ } | d | j d d � d 7} q W| d d � 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�ShellEscapeList s
"r c C s>