projects
/
mediagoblin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9122a9d
)
mountstorage - Changed typo in import
author
Joar Wandborg
<git@wandborg.com>
Thu, 15 Sep 2011 11:19:25 +0000
(13:19 +0200)
committer
Joar Wandborg
<git@wandborg.com>
Thu, 15 Sep 2011 11:19:25 +0000
(13:19 +0200)
mediagoblin/storage/mountstorage.py
patch
|
blob
|
blame
|
history
diff --git
a/mediagoblin/storage/mountstorage.py
b/mediagoblin/storage/mountstorage.py
index 6adb7a0d25076d3f56186f1960b74fc010a70bf4..7239931fc8a9055de92ca6b53351985106a76fcb 100644
(file)
--- 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 medi
a
goblin.storage import StorageInterface, clean_listy_filepath
class MountStorage(StorageInterface):