Commit fafa093d by Piotr Mitros

Minor fix to docstring

parent 304c34ef
...@@ -20,9 +20,9 @@ else: ...@@ -20,9 +20,9 @@ else:
def get_filesystem(namespace): def get_filesystem(namespace):
''' Returns a pyfilesystem for static module storage. ''' Returns a pyfilesystem for static module storage.
Unimplemented: The file system will have two additional properties: The file system will have two additional properties:
1) A way to get a URL for a static file download 1) get_url: A way to get a URL for a static file download
2) A way to expire files (so they are automatically destroyed) 2) expire: A way to expire files (so they are automatically destroyed)
''' '''
if settings.DJFS['type'] == 'osfs': if settings.DJFS['type'] == 'osfs':
return get_osfs( namespace ) return get_osfs( namespace )
......
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