Replace python2.7 by python everywhere.
This commit is contained in:
parent
a21cb61b3f
commit
e786295352
2 changed files with 3 additions and 3 deletions
|
@ -33,7 +33,7 @@ import stat
|
|||
try:
|
||||
from subprocess import CalledProcessError
|
||||
except ImportError:
|
||||
# from python2.7:subprocess.py
|
||||
# from python:subprocess.py
|
||||
# Exception classes used by this module.
|
||||
class CalledProcessError(Exception):
|
||||
"""This exception is raised when a process run by check_call() returns
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue