flake8 fix

This commit is contained in:
Alexandre Flament 2015-04-25 12:05:35 +02:00
parent cde37be4f5
commit 83e48fa89b
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ _category_names = (gettext('files'),
outgoing_proxies = settings.get('outgoing_proxies', None)
@babel.localeselector
def get_locale():
locale = request.accept_languages.best_match(settings['locales'].keys())