8000 Use sysconfig directly instead of through distutils · matplotlib/matplotlib@dd78470 · GitHub
[go: up one dir, main page]

Skip to content

Commit dd78470

Browse files
committed
Use sysconfig directly instead of through distutils
1 parent 6d996cd commit dd78470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setupext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import configparser
2-
from distutils import sysconfig
32
import functools
43
import hashlib
54
from io import BytesIO
@@ -11,6 +10,7 @@
1110
import shutil
1211
import subprocess
1312
import sys
13+
import sysconfig
1414
import tarfile
1515
import textwrap
1616
import urllib.request

0 commit comments

Comments
 (0)
0