mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-17 19:11:06 +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 fnmatch
|
||||||
import mimetypes
|
import mimetypes
|
||||||
import tempfile
|
import tempfile
|
||||||
|
from distutils.spawn import find_executable
|
||||||
|
|
||||||
|
|
||||||
def write_file (filename, content, backup=False, callback=None):
|
def write_file (filename, content, backup=False, callback=None):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue