diff options
author | Joar Wandborg <git@wandborg.com> | 2011-09-15 13:19:25 +0200 |
---|---|---|
committer | Joar Wandborg <git@wandborg.com> | 2011-09-15 13:19:25 +0200 |
commit | dd1756ee19fc22d13bd207174e37ec5a68892a89 (patch) | |
tree | 59225fdd703bcaa8c1fc4b4a0c54298564dc78f0 /mediagoblin/storage/mountstorage.py | |
parent | 9122a9d047765574bb0d11436522a6c868da86cc (diff) | |
download | mediagoblin-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.py | 2 |
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): |