Skip to content

Instantly share code, notes, and snippets.

@mrvdb
Last active December 10, 2015 18:38
Show Gist options
  • Save mrvdb/4476002 to your computer and use it in GitHub Desktop.
Save mrvdb/4476002 to your computer and use it in GitHub Desktop.
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