Added an entry to the text mimetypes override.

Wed, 04 Feb 2015 19:34:38 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 04 Feb 2015 19:34:38 +0100
changeset 4090
a53c9908854c
parent 4087
414a6fefc1f0
child 4091
7c77cae92e91

Added an entry to the text mimetypes override.

Utilities/MimeTypes.py file | annotate | diff | comparison | revisions
--- a/Utilities/MimeTypes.py	Tue Feb 03 19:37:19 2015 +0100
+++ b/Utilities/MimeTypes.py	Wed Feb 04 19:34:38 2015 +0100
@@ -11,8 +11,10 @@
 
 import mimetypes
 
+# TODO: make this configurable
 TextMimeTypes = [
     "application/bookmarks.xbel",
+    "application/x-xbel",
     "application/opensearchdescription+xml",
     "application/x-actionscript",
     "application/x-actionscript3",

eric ide

mercurial