Implement delete_dir in the FileStorage
authorSebastian Spaeth <Sebastian@SSpaeth.de>
Wed, 12 Dec 2012 15:29:14 +0000 (16:29 +0100)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Tue, 22 Jan 2013 20:05:34 +0000 (14:05 -0600)
commitb34d7e1d9b53f393aa673cc431a26bc640164c39
tree59d417e1d883bbf6ee52a40ee8cfc6570b4a1a8e
parent79f7cfd900c115fd4c1e4fe8e50f6aad6a56160f
Implement delete_dir in the FileStorage

plus options for deleting only empty directories and deleting
them recursively.

Not sure how cloudfile storage is or should be handled here. Are
things such as a "directory" even a concept there?
mediagoblin/storage/__init__.py
mediagoblin/storage/filestorage.py