Commit 9d3ef94c by willmcgugan

Added isfile and isdir to __all__

parent 859fa97c
......@@ -9,6 +9,8 @@ __all__ = ['copyfile',
'movedir',
'copydir',
'countbytes',
'isfile',
'isdir',
'find_duplicates',
'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