Fixing bad imports
This commit is contained in:
parent
3020f8625a
commit
b7a01e0a7d
1 changed files with 3 additions and 3 deletions
|
@ -16,9 +16,9 @@
|
||||||
along with scoreboard-benchmark . If not, see <http://www.gnu.org/licenses/>.
|
along with scoreboard-benchmark . If not, see <http://www.gnu.org/licenses/>.
|
||||||
"""
|
"""
|
||||||
from src.models import db
|
from src.models import db
|
||||||
from .views.errors import error_pages
|
from src.views.errors import error_pages
|
||||||
from .views.scoreboard import scoreboard
|
from src.views.scoreboard import scoreboard
|
||||||
from .config import config
|
from src.config import config
|
||||||
import flask_bootstrap
|
import flask_bootstrap
|
||||||
import flask
|
import flask
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue