summaryrefslogtreecommitdiff
path: root/fs/utils.py
diff options
context:
space:
mode:
authorwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2010-11-13 12:51:46 +0000
committerwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2010-11-13 12:51:46 +0000
commit5ddd796e48bc3e8e1e89918f2b191d7b40741a55 (patch)
tree6490461fea70da40338afdc21342cb7f058e8a40 /fs/utils.py
parent2bf1eb567852c81a9a7ecc3ccafa32774f0f17a6 (diff)
downloadpyfilesystem-5ddd796e48bc3e8e1e89918f2b191d7b40741a55.tar.gz
Added isfile and isdir to __all__
git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@532 67cdc799-7952-0410-af00-57a81ceafa0f
Diffstat (limited to 'fs/utils.py')
-rw-r--r--fs/utils.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/utils.py b/fs/utils.py
index cbbcbab..7c22684 100644
--- a/fs/utils.py
+++ b/fs/utils.py
@@ -9,6 +9,8 @@ __all__ = ['copyfile',
'movedir',
'copydir',
'countbytes',
+ 'isfile',
+ 'isdir',
'find_duplicates',
'print_fs']