1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-14 06:38:32 +00:00

Merge ac7109052c0de957c69e8c9fed0d5fb5c010c82a into c7e7e1d884d3bb241ea6448f72a989434c2a35ec

This commit is contained in:
Lu Jin 2024-12-26 01:52:34 +00:00 committed by GitHub
commit 3ac03bed9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,8 +3,12 @@ import sys
import tty
import termios
import colorama
from distutils.spawn import find_executable
# from distutils.spawn import find_executable
from .. import const
import shutil
def find_executable(name):
return shutil.which(name)
init_output = colorama.init