mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 00:18:12 +00:00
Replace python2.7 by python everywhere.
This commit is contained in:
committed by
Tim Abbott
parent
149938d468
commit
94e4b39112
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user