Commit 9d3ef94c by willmcgugan

Added isfile and isdir to __all__

parent 859fa97c
...@@ -9,6 +9,8 @@ __all__ = ['copyfile', ...@@ -9,6 +9,8 @@ __all__ = ['copyfile',
'movedir', 'movedir',
'copydir', 'copydir',
'countbytes', 'countbytes',
'isfile',
'isdir',
'find_duplicates', 'find_duplicates',
'print_fs'] 'print_fs']
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment