aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/storage
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2011-10-01 20:54:24 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2011-10-01 20:54:24 -0500
commite27396802caaab9a939c56d19c991339157c493f (patch)
tree00987b3b9175d5dd5d593fd348c3a8042153a6ae /mediagoblin/storage
parent1268521b20dd8b9fd5ba2d32687b4f1680c4beba (diff)
parentdd1756ee19fc22d13bd207174e37ec5a68892a89 (diff)
downloadmediagoblin-e27396802caaab9a939c56d19c991339157c493f.tar.lz
mediagoblin-e27396802caaab9a939c56d19c991339157c493f.tar.xz
mediagoblin-e27396802caaab9a939c56d19c991339157c493f.zip
Merge remote branch 'remotes/jwandborg/storage_split_fix'
Diffstat (limited to 'mediagoblin/storage')
-rw-r--r--mediagoblin/storage/mountstorage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/storage/mountstorage.py b/mediagoblin/storage/mountstorage.py
index 6adb7a0d..7239931f 100644
--- a/mediagoblin/storage/mountstorage.py
+++ b/mediagoblin/storage/mountstorage.py
@@ -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):