aboutsummaryrefslogtreecommitdiff
path: root/pyasn1_modules/rfc4073.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyasn1_modules/rfc4073.py')
-rw-r--r--pyasn1_modules/rfc4073.py10
1 files changed, 6 insertions, 4 deletions
diff --git a/pyasn1_modules/rfc4073.py b/pyasn1_modules/rfc4073.py
index 12a9ec0..3f425b2 100644
--- a/pyasn1_modules/rfc4073.py
+++ b/pyasn1_modules/rfc4073.py
@@ -48,10 +48,12 @@ ContentWithAttributes.componentType = namedtype.NamedTypes(
)
-# Map of Content Type OIDs to Content Types
-# To be added to the ones that are in rfc5652.py
+# Map of Content Type OIDs to Content Types is added to the
+# ones that are in rfc5652.py
-cmsContentTypesMapUpdate = {
+_cmsContentTypesMapUpdate = {
id_ct_contentCollection: ContentCollection(),
id_ct_contentWithAttrs: ContentWithAttributes(),
-} \ No newline at end of file
+}
+
+rfc5652.cmsContentTypesMap.update(_cmsContentTypesMapUpdate)