Last active
December 10, 2015 18:38
-
-
Save mrvdb/4476002 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Changes in HEAD | |
Modified mediagoblin/media_types/stl/models.py | |
diff --git a/mediagoblin/media_types/stl/models.py b/mediagoblin/media_types/stl/models.py | |
index 0ed4a2e..17091f0 100644 | |
--- a/mediagoblin/media_types/stl/models.py | |
+++ b/mediagoblin/media_types/stl/models.py | |
@@ -15,7 +15,7 @@ | |
# along with this program. If not, see <http://www.gnu.org/licenses/>. | |
-from mediagoblin.db.sql.base import Base | |
+from mediagoblin.db.base import Base | |
from sqlalchemy import ( | |
Column, Integer, Float, String, ForeignKey) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment