Skip to content

Commit 0a033cf

Browse files
Merge pull request #870 from MetRonnie/python
Remove deprecated `distutils` usage
2 parents adff70c + 232b9f8 commit 0a033cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
# You should have received a copy of the GNU General Public License
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616

17-
from distutils.spawn import find_executable as which
1817
import os
1918
from pathlib import Path
19+
from shutil import which
2020
import sys
2121

2222
from cylc.flow import __version__ as CYLC_VERSION

0 commit comments

Comments
 (0)