summaryrefslogtreecommitdiff
path: root/fs/httpfs.py
diff options
context:
space:
mode:
authorrfkelly0 <rfkelly0@67cdc799-7952-0410-af00-57a81ceafa0f>2011-01-05 08:15:24 +0000
committerrfkelly0 <rfkelly0@67cdc799-7952-0410-af00-57a81ceafa0f>2011-01-05 08:15:24 +0000
commit336bc7b2887afc8e72fd9683075603e3e4b1c568 (patch)
tree49b408b2c518ea93af03fdc2afd4ec589541727d /fs/httpfs.py
parent32833e10f9d076b92b603330f5ac140e6d1cd90d (diff)
downloadpyfilesystem-336bc7b2887afc8e72fd9683075603e3e4b1c568.tar.gz
allow listdir/ilistdir to take non-keyword args
git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@603 67cdc799-7952-0410-af00-57a81ceafa0f
Diffstat (limited to 'fs/httpfs.py')
-rw-r--r--fs/httpfs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/httpfs.py b/fs/httpfs.py
index f4c16f7..58692ef 100644
--- a/fs/httpfs.py
+++ b/fs/httpfs.py
@@ -65,4 +65,4 @@ class HTTPFS(FS):
absolute=False,
dirs_only=False,
files_only=False):
- return [] \ No newline at end of file
+ return []