sql/fake.py: Some fake objects/methods to calm the code
[mediagoblin.git] / 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):