mountstorage - Changed typo in import
authorJoar Wandborg <git@wandborg.com>
Thu, 15 Sep 2011 11:19:25 +0000 (13:19 +0200)
committerJoar Wandborg <git@wandborg.com>
Thu, 15 Sep 2011 11:19:25 +0000 (13:19 +0200)
mediagoblin/storage/mountstorage.py

index 6adb7a0d25076d3f56186f1960b74fc010a70bf4..7239931fc8a9055de92ca6b53351985106a76fcb 100644 (file)
@@ -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):