##// END OF EJS Templates
BUG: `isfile` is not a method on Path objects...
BUG: `isfile` is not a method on Path objects This exists when using `os.path.isfile` but is the wrong method call for `pathlib.Path` objects. Remove duplicated import and trailing whitespace as well.

File last commit:

r25167:79c601b9
r26254:3de3ca10
Show More
__init__.py
3 lines | 92 B | text/x-python | PythonLexer
# load extended setup modules for distutils
from .install_data_ext import install_data_ext