mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-24 01:40:23 +00:00
Add distutils find_executable to fileutils.
This commit is contained in:
parent
7fc384692a
commit
a06f354837
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ import stat
|
|||
import fnmatch
|
||||
import mimetypes
|
||||
import tempfile
|
||||
from distutils.spawn import find_executable
|
||||
|
||||
|
||||
def write_file (filename, content, backup=False, callback=None):
|
||||
|
|
|
|||
Loading…
Reference in a new issue