fix base import
This commit is contained in:
parent
9b94e524bb
commit
82e4982261
2 changed files with 3 additions and 2 deletions
|
@ -92,4 +92,5 @@ from files.helpers.security import *
|
|||
|
||||
# Then the specific stuff we don't want stomped on
|
||||
from files.helpers.lazy import lazy
|
||||
from files.__main__ import Base, app, cache
|
||||
from files.classes.base import Base
|
||||
from files.__main__ import app, cache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue