mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Fix bootstrap after r80166
This commit is contained in:
parent
b2a0a434a8
commit
5ac74168b9
1 changed files with 2 additions and 1 deletions
|
@ -113,7 +113,7 @@ __copyright__ = """
|
|||
|
||||
__version__ = '1.0.7'
|
||||
|
||||
import sys, string, os, re, subprocess
|
||||
import sys, string, os, re
|
||||
|
||||
### Globals & Constants
|
||||
|
||||
|
@ -966,6 +966,7 @@ def _syscmd_file(target,default=''):
|
|||
if sys.platform in ('dos','win32','win16','os2'):
|
||||
# XXX Others too ?
|
||||
return default
|
||||
import subprocess
|
||||
target = _follow_symlinks(target)
|
||||
try:
|
||||
proc = subprocess.Popen(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue