mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-05 00:41:00 +01:00
also import PIPE
This commit is contained in:
parent
8292f7557c
commit
076fc3adb0
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import sys
|
||||||
import platform
|
import platform
|
||||||
|
|
||||||
from threading import Thread
|
from threading import Thread
|
||||||
from subprocess import Popen
|
from subprocess import Popen, PIPE
|
||||||
from collections import Sequence
|
from collections import Sequence
|
||||||
|
|
||||||
from xonsh.tools import redirect_stdout, redirect_stderr
|
from xonsh.tools import redirect_stdout, redirect_stderr
|
||||||
|
|
Loading…
Add table
Reference in a new issue