Make web a module, so I can split it into multiple files

This commit is contained in:
Micah Lee 2018-09-20 23:31:52 -07:00
parent 0ea31d39f7
commit fe0657128b

View File

@ -40,8 +40,8 @@ from flask import (
)
from werkzeug.utils import secure_filename
from . import strings
from .common import DownloadsDirErrorCannotCreate, DownloadsDirErrorNotWritable
from .. import strings
from ..common import DownloadsDirErrorCannotCreate, DownloadsDirErrorNotWritable
# Stub out flask's show_server_banner function, to avoiding showing warnings that