also import PIPE

This commit is contained in:
adam j hartz 2015-05-12 13:30:02 -04:00
parent 8292f7557c
commit 076fc3adb0

View file

@ -4,7 +4,7 @@ import sys
import platform
from threading import Thread
from subprocess import Popen
from subprocess import Popen, PIPE
from collections import Sequence
from xonsh.tools import redirect_stdout, redirect_stderr