We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
distutils
1 parent adff70c commit 232b9f8Copy full SHA for 232b9f8
src/conf.py
@@ -14,9 +14,9 @@
14
# You should have received a copy of the GNU General Public License
15
# along with this program. If not, see <http://www.gnu.org/licenses/>.
16
17
-from distutils.spawn import find_executable as which
18
import os
19
from pathlib import Path
+from shutil import which
20
import sys
21
22
from cylc.flow import __version__ as CYLC_VERSION
0 commit comments