From: Joar Wandborg Date: Thu, 15 Sep 2011 11:19:25 +0000 (+0200) Subject: mountstorage - Changed typo in import X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=dd1756ee19fc22d13bd207174e37ec5a68892a89;p=mediagoblin.git mountstorage - Changed typo in import --- 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 . -from medigoblin.storage import StorageInterface, clean_listy_filepath +from mediagoblin.storage import StorageInterface, clean_listy_filepath class MountStorage(StorageInterface):