mountstorage - Changed typo in import

This commit is contained in:
Joar Wandborg 2011-09-15 13:19:25 +02:00
parent 9122a9d047
commit dd1756ee19

View File

@ -14,7 +14,7 @@
# You should have received a copy of the GNU Affero General Public License # 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/>. # 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): class MountStorage(StorageInterface):