Skip to content

Commit

Permalink
format label update
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Feb 1, 2018
1 parent 0119ef7 commit de7308b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clam/common/formats.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,13 @@ class CSVFormat(CLAMMetaData):
mimetype = 'text/csv'

class XMLFormat(CLAMMetaData):
name = "XML Format (not further specified)"
name = "XML Format (generic, not further specified)"
mimetype = 'text/xml'
scheme = ''
UndefinedXMLFormat = XMLFormat #backward compatibility

class JSONFormat(CLAMMetaData):
name = "JSON Format (not further specified)"
name = "JSON Format (generic, not further specified)"
mimetype = 'application/json'

class FoLiAXMLFormat(CLAMMetaData):
Expand Down

0 comments on commit de7308b

Please sign in to comment.