diff --git a/files/classes/comment.py b/files/classes/comment.py index 3a53a090c..340c00917 100644 --- a/files/classes/comment.py +++ b/files/classes/comment.py @@ -9,6 +9,7 @@ from files.__main__ import Base from files.classes.votes import CommentVote from files.helpers.const import * from files.helpers.regex import * +from files.helpers.regex import * from files.helpers.lazy import lazy from .flags import CommentFlag from random import randint diff --git a/files/classes/flags.py b/files/classes/flags.py index 570108f51..4a1cef6da 100644 --- a/files/classes/flags.py +++ b/files/classes/flags.py @@ -3,6 +3,7 @@ from sqlalchemy.orm import relationship from files.__main__ import Base from files.helpers.lazy import lazy from files.helpers.const import * +from files.helpers.regex import * import time class Flag(Base):