Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit 263dbfc

Browse files
committed
add mime types
1 parent 3d5ff5e commit 263dbfc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pantomime/types.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
ZIP = "application/zip"
3131
JSON = "application/json"
3232
FTM = "application/json+ftm"
33+
FTM_RSLV = "application/json+ftm-rslv"
34+
FTM_STMT = "application/json+ftm-statements"
3335

3436
MIXED = "multipart/mixed"
3537
ALTERNATIVE = "multipart/alternative"
@@ -64,4 +66,6 @@
6466
JSON: gettext("JavaScript Object Notation"),
6567
XML: gettext("eXtensible Markup Language"),
6668
FTM: gettext("FollowTheMoney Entities"),
69+
FTM_RSLV: gettext("FollowTheMoney Integrated"),
70+
FTM_STMT: gettext("FollowTheMoney Statements"),
6771
}

0 commit comments

Comments
 (0)