Skip to content
Snippets Groups Projects
Commit 94afdd97 authored by Julien (jvoisin) Voisin's avatar Julien (jvoisin) Voisin
Browse files

Don't mess with rdf for now

parent 7dd9e8bc
Branches
Tags
No related merge requests found
......@@ -3,7 +3,7 @@ from . import abstract
class HarmlessParser(abstract.AbstractParser):
""" This is the parser for filetypes that do not contain metadata. """
mimetypes = {'application/xml', 'text/plain', 'application/rdf+xml'}
mimetypes = {'application/xml', 'text/plain'}
def __init__(self, filename: str):
self.filename = filename
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment