Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 52452f9

Browse filesBrowse files
authored
Merge pull request #11148 from phobson/use-stdlib-subprocess
MNT: remove use of subprocess compatibility shim
2 parents 213f399 + 2761e53 commit 52452f9
Copy full SHA for 52452f9

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎doc/conf.py

Copy file name to clipboardExpand all lines: doc/conf.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def _check_deps():
145145
master_doc = 'contents'
146146

147147
# General substitutions.
148-
from matplotlib.compat.subprocess import check_output
148+
from subprocess import check_output
149149
SHA = check_output(['git', 'describe', '--dirty']).decode('utf-8').strip()
150150

151151
html_context = {'sha': SHA}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.