aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/storage/mountstorage.py
diff options
context:
space:
mode:
authorJoar Wandborg <git@wandborg.com>2011-09-15 13:19:25 +0200
committerJoar Wandborg <git@wandborg.com>2011-09-15 13:19:25 +0200
commitdd1756ee19fc22d13bd207174e37ec5a68892a89 (patch)
tree59225fdd703bcaa8c1fc4b4a0c54298564dc78f0 /mediagoblin/storage/mountstorage.py
parent9122a9d047765574bb0d11436522a6c868da86cc (diff)
downloadmediagoblin-dd1756ee19fc22d13bd207174e37ec5a68892a89.tar.lz
mediagoblin-dd1756ee19fc22d13bd207174e37ec5a68892a89.tar.xz
mediagoblin-dd1756ee19fc22d13bd207174e37ec5a68892a89.zip
mountstorage - Changed typo in import
Diffstat (limited to 'mediagoblin/storage/mountstorage.py')
-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):