[themotte/rDrama#451] Remove the import *
Fixes a bug if someone is serving localhost on a port that is not port 80
This commit is contained in:
parent
f4c6c7cf91
commit
4010a0e752
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ from files.helpers.assetcache import assetcache_path
|
||||||
from .flags import Flag
|
from .flags import Flag
|
||||||
from .comment import Comment
|
from .comment import Comment
|
||||||
from flask import g
|
from flask import g
|
||||||
from .sub import *
|
from .sub import Sub
|
||||||
from .votes import CommentVote
|
from .votes import CommentVote
|
||||||
|
|
||||||
class Submission(Base):
|
class Submission(Base):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue