Skip to content

Commit 232b9f8

Browse files
committed
Remove deprecated distutils usage
1 parent adff70c commit 232b9f8

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)