From e0a36a0b797302800f87f58e4853cdf5256a922c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 16 Nov 2011 20:13:36 +0100 Subject: [PATCH] add one more document type mapping --- tabellio/documents/typenames.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tabellio/documents/typenames.py b/tabellio/documents/typenames.py index e31e949..af37af5 100644 --- a/tabellio/documents/typenames.py +++ b/tabellio/documents/typenames.py @@ -20,5 +20,6 @@ MAPPING = { 'QO': u'Question orale', 'QA': u'Question d\'actualité', 'INTERP': u'Interpellation', + 'RP-RACT': u'Rapport d\'activités', }