Commit b470bd86 authored by sim's avatar sim Committed by sim

[REFACT] Remove unused globals PARSERS & CRAWLERS

parent 10f78f89
......@@ -273,9 +273,6 @@ RESOURCETYPES = [
},
]
#shortcut for resources declaration in template
PARSERS = [(n["type"],n["name"]) for n in RESOURCETYPES if n["parser"] is not None]
CRAWLERS = [(n["type"],n["name"]) for n in RESOURCETYPES if n["crawler"] is not None]
def load_parser(resource):
'''given a resource load the corresponding Parser
......
Markdown is supported
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