Skip to content
Snippets Groups Projects
Commit 46fda09dfdb0 authored by Cédric Krier's avatar Cédric Krier :atom:
Browse files

Use new path to import ProxyFix

The contrib path has been removed in Werkzeug 1.0.0
parent 9579c819ee3f
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@
from icalendar import Calendar
from jinja2 import TemplateNotFound
from lxml import objectify, html
from werkzeug.contrib.fixers import ProxyFix
from werkzeug.middleware.proxy_fix import ProxyFix
NEWS_URL = 'https://discuss.tryton.org/c/news'
NEWS_RSS_URL = NEWS_URL + '.rss'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment