Preparing application for tests
This commit is contained in:
parent
f78fbab16e
commit
3020f8625a
2 changed files with 3 additions and 3 deletions
0
src/__init__.py
Normal file
0
src/__init__.py
Normal file
|
@ -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 .views.errors import error_pages
|
||||||
from views.scoreboard import scoreboard
|
from .views.scoreboard import scoreboard
|
||||||
from config import config
|
from .config import config
|
||||||
import flask_bootstrap
|
import flask_bootstrap
|
||||||
import flask
|
import flask
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue