##// END OF EJS Templates
format again
M Bussonnier -
Show More
@@ -2,6 +2,7
2
2
3 This file is only meant to be imported by process.py, not by end-users.
3 This file is only meant to be imported by process.py, not by end-users.
4 """
4 """
5
5 import ctypes
6 import ctypes
6 import os
7 import os
7 import subprocess
8 import subprocess
@@ -21,7 +22,6 from ._process_common import process_handler, read_no_interrupt
21 from .encoding import DEFAULT_ENCODING
22 from .encoding import DEFAULT_ENCODING
22
23
23
24
24
25 class AvoidUNCPath:
25 class AvoidUNCPath:
26 """A context manager to protect command execution from UNC paths.
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