Skip to content
Commit e20c98e9 authored by Florent Viard's avatar Florent Viard Committed by hydrargyrum
Browse files

browser.filters.json: remove confusing Dict class __getitem__

A metaclass was used with the Dict filter to be able to use it like that:
Dict['hello'] instead of Dict('hello')

It looks like to not be used.

Thus, the code could be simplified, and "special" undocumented usages
avoided. And so this filter will also not have a specificity compared to
other filters.
parent ab8a3d9d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment