migration-usable
This commit is contained in:
@@ -3,7 +3,7 @@ from dateutil.parser import parse as date_parse
|
||||
from orm import Reaction, User
|
||||
from orm import reaction
|
||||
from base.orm import local_session
|
||||
from html2text import html2text
|
||||
from migration.html2text import html2text
|
||||
from orm.reaction import ReactionKind
|
||||
from orm.shout import Shout
|
||||
|
||||
|
@@ -5,7 +5,7 @@ from services.stat.viewed import ViewedByDay
|
||||
from transliterate import translit
|
||||
from datetime import datetime
|
||||
from base.orm import local_session
|
||||
from extract import prepare_html_body
|
||||
from migration.extract import prepare_html_body
|
||||
from orm.community import Community
|
||||
from orm.reaction import Reaction, ReactionKind
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
from extract import extract_md, html2text
|
||||
from migration.extract import extract_md, html2text
|
||||
from base.orm import local_session
|
||||
from orm import Topic, Community
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
import sqlalchemy
|
||||
from html2text import html2text
|
||||
from migration.html2text import html2text
|
||||
from orm import User, UserRating
|
||||
from dateutil.parser import parse
|
||||
from base.orm import local_session
|
||||
|
Reference in New Issue
Block a user