Show More
@@ -2,6 +2,7 | |||
|
2 | 2 | |
|
3 | 3 | This file is only meant to be imported by process.py, not by end-users. |
|
4 | 4 | """ |
|
5 | ||
|
5 | 6 | import ctypes |
|
6 | 7 | import os |
|
7 | 8 | import subprocess |
@@ -21,7 +22,6 from ._process_common import process_handler, read_no_interrupt | |||
|
21 | 22 | from .encoding import DEFAULT_ENCODING |
|
22 | 23 | |
|
23 | 24 | |
|
24 | ||
|
25 | 25 | class AvoidUNCPath: |
|
26 | 26 | """A context manager to protect command execution from UNC paths. |
|
27 | 27 |
General Comments 0
You need to be logged in to leave comments.
Login now