mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-29 09:28:57 -04:00
Make web a module, so I can split it into multiple files
This commit is contained in:
parent
81fa5e052c
commit
603be8a02c
1 changed files with 2 additions and 2 deletions
|
@ -40,8 +40,8 @@ from flask import (
|
||||||
)
|
)
|
||||||
from werkzeug.utils import secure_filename
|
from werkzeug.utils import secure_filename
|
||||||
|
|
||||||
from . import strings
|
from .. import strings
|
||||||
from .common import DownloadsDirErrorCannotCreate, DownloadsDirErrorNotWritable
|
from ..common import DownloadsDirErrorCannotCreate, DownloadsDirErrorNotWritable
|
||||||
|
|
||||||
|
|
||||||
# Stub out flask's show_server_banner function, to avoiding showing warnings that
|
# Stub out flask's show_server_banner function, to avoiding showing warnings that
|
Loading…
Add table
Add a link
Reference in a new issue