Home | History | Annotate | Download | only in scripts

Lines Matching full:pipes

14 import pipes
213 # Annoyingly, for "svn co url c:\path", pipes.quote() thinks that it should
218 command = ' '.join([pipes.quote(c) for c in command])