summaryrefslogtreecommitdiff
path: root/src/harmless.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/harmless.py')
-rw-r--r--src/harmless.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/harmless.py b/src/harmless.py
index 235dabe..9e7c1b4 100644
--- a/src/harmless.py
+++ b/src/harmless.py
@@ -1,5 +1,6 @@
1from . import abstract 1from . import abstract
2 2
3
3class HarmlessParser(abstract.AbstractParser): 4class HarmlessParser(abstract.AbstractParser):
4 """ This is the parser for filetypes that do not contain metadata. """ 5 """ This is the parser for filetypes that do not contain metadata. """
5 mimetypes = {'application/xml', 'text/plain', 'application/rdf+xml'} 6 mimetypes = {'application/xml', 'text/plain', 'application/rdf+xml'}