Mercurial > wikked
changeset 499:e75b39a762fd
web: Fixes for new version of werkzeug.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 07 Jun 2020 00:15:07 -0700 |
parents | e7d7ebcd0d56 |
children | d3cd7d8d6b25 |
files | wikked/web.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/wikked/web.py Sat Jun 06 23:59:12 2020 -0700 +++ b/wikked/web.py Sun Jun 07 00:15:07 2020 -0700 @@ -2,8 +2,8 @@ import os.path import logging import urllib.parse -from werkzeug import SharedDataMiddleware from flask import Flask, abort, g +from werkzeug.middleware.shared_data import SharedDataMiddleware from wikked.wiki import Wiki, WikiParameters