Move mediagoblin.db.sql.extratypes to mediagoblin.db.extratypes

No other functional changes.
This commit is contained in:
Sebastian Spaeth
2013-01-07 13:03:33 +01:00
parent b0c8328e54
commit a5acfe23fa
4 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ from mediagoblin.db.sql.base import Base
from sqlalchemy import (
Column, Integer, Float, ForeignKey)
from sqlalchemy.orm import relationship, backref
from mediagoblin.db.sql.extratypes import JSONEncoded
from mediagoblin.db.extratypes import JSONEncoded
BACKREF_NAME = "image__media_data"