Merge remote branch 'remotes/jwandborg/storage_split_fix'

This commit is contained in:
Christopher Allan Webber 2011-10-01 20:54:24 -05:00
commit e27396802c

View File

@ -14,7 +14,7 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
from medigoblin.storage import StorageInterface, clean_listy_filepath
from mediagoblin.storage import StorageInterface, clean_listy_filepath
class MountStorage(StorageInterface):