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 81fa5e052c
commit 603be8a02c
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

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