Add distutils find_executable to fileutils.

This commit is contained in:
Bastian Kleineidam 2011-03-09 10:47:38 +01:00
parent 7fc384692a
commit a06f354837

View file

@ -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):