Skip to content

Commit 6911f21

Browse files
c-dilksmrkn
authored andcommitted
fix distutils deprecation warning
1 parent 9a87c8a commit 6911f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pycall/python/investigator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
import ctypes.util
4-
from distutils.sysconfig import get_config_var, get_python_version
4+
from sysconfig import get_config_var, get_python_version
55
import os
66
import sys
77

0 commit comments

Comments
 (0)