Home | History | Annotate | Download | only in utils

Lines Matching refs:subprocess

764     import subprocess
765 p = subprocess.Popen(['svn', 'info', path],
767 stdout=subprocess.PIPE)