Skip to content

Commit 9fac96b

Browse files
committed
ps backend: Use matplotlib.compat.subprocess
1 parent 02bbad0 commit 9fac96b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/matplotlib/backends/backend_ps.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
import six
99
from six.moves import StringIO
1010

11-
import glob, math, os, shutil, sys, subprocess, time, datetime
11+
import glob, math, os, shutil, sys, time, datetime
12+
from matplotlib.compat.subprocess import subprocess
1213
def _fn_name(): return sys._getframe(1).f_code.co_name
1314
import io
1415

0 commit comments

Comments
 (0)