Removing docstring bit about delete_file possibly deleting directories in the future
authorChristopher Allan Webber <cwebber@dustycloud.org>
Tue, 22 Jan 2013 20:32:00 +0000 (14:32 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Tue, 22 Jan 2013 20:32:00 +0000 (14:32 -0600)
commit0ac8317ddceee6d705c175e69c0825078246c7b9
tree1838842f74e4d05fd39f42f1aa93dfbb88db9686
parent36ae6bcbbb0fc3ab0dbbc8dcba0664b3d7c5096f
Removing docstring bit about delete_file possibly deleting directories in the future

I agree that delete_dir as a separate operation is a better way to do
things, especially since there is a non-recursive deletion option that
will politely fail if the directory is not empty.
mediagoblin/storage/__init__.py