##// END OF EJS Templates
only check listdir on dirs...
only check listdir on dirs is_hidden is called with files, not just dirs

File last commit:

r10951:31998f30
r15904:f136e107
Show More
__init__.py
4 lines | 73 B | text/x-python | PythonLexer
try:
from path import *
except ImportError:
from ._path import *